Module: Iqvoc
- Defined in:
- lib/iqvoc/version.rb,
lib/iqvoc.rb,
lib/maker.rb,
lib/iqvoc/ability.rb,
lib/iqvoc/rdf_helper.rb,
lib/iqvoc/versioning.rb,
lib/iqvoc/data_helper.rb,
lib/iqvoc/deep_cloning.rb,
lib/iqvoc/skos_importer.rb
Overview
Copyright 2011 innoQ Deutschland GmbH
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Defined Under Namespace
Modules: Collection, Concept, DeepCloning, Label, Maker, Versioning Classes: Ability, InlineDataHelper, RdfHelper, SkosImporter
Constant Summary collapse
- VERSION =
"3.2.5"
Class Method Summary collapse
- .ability_class ⇒ Object
- .change_note_class ⇒ Object
- .first_level_classes ⇒ Object
- .searchable_classes ⇒ Object
Class Method Details
.ability_class ⇒ Object
81 82 83 |
# File 'lib/iqvoc.rb', line 81 def self.ability_class ability_class_name.constantize end |
.change_note_class ⇒ Object
69 70 71 |
# File 'lib/iqvoc.rb', line 69 def self.change_note_class change_note_class_name.constantize end |
.first_level_classes ⇒ Object
77 78 79 |
# File 'lib/iqvoc.rb', line 77 def self.first_level_classes self.first_level_class_configuration_modules.map { |mod| mod.send(:base_class) } end |
.searchable_classes ⇒ Object
73 74 75 |
# File 'lib/iqvoc.rb', line 73 def self.searchable_classes searchable_class_names.map(&:constantize) end |