Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iqvoc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Janos Bekesi
iqvoc
Commits
3ab90c3c
Commit
3ab90c3c
authored
14 years ago
by
Robert Glaser
Browse files
Options
Downloads
Patches
Plain Diff
Added base_class method.
parent
3f8db42b
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/iqvoc.rb
+4
-0
4 additions, 0 deletions
lib/iqvoc.rb
with
4 additions
and
0 deletions
lib/iqvoc.rb
+
4
−
0
View file @
3ab90c3c
...
...
@@ -16,6 +16,10 @@ module Iqvoc
module
Label
mattr_accessor
:base_class_name
,
:note_class_names
,
:relation_class_names
def
base_class
base_class_name
.
constantize
end
base_class_name
=
'Label::SKOSXL::Base'
relation_class_names
=
[]
note_class_names
=
[
'Note::SKOS::Definition'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment