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.3.3"
Class Method Summary collapse
- .ability_class ⇒ Object
- .change_note_class ⇒ Object
- .first_level_classes ⇒ Object
- .searchable_classes ⇒ Object
Class Method Details
.ability_class ⇒ Object
83 84 85 |
# File 'lib/iqvoc.rb', line 83 def self.ability_class ability_class_name.constantize end |
.change_note_class ⇒ Object
71 72 73 |
# File 'lib/iqvoc.rb', line 71 def self.change_note_class change_note_class_name.constantize end |
.first_level_classes ⇒ Object
79 80 81 |
# File 'lib/iqvoc.rb', line 79 def self.first_level_classes self.first_level_class_configuration_modules.map { |mod| mod.send(:base_class) } end |
.searchable_classes ⇒ Object
75 76 77 |
# File 'lib/iqvoc.rb', line 75 def self.searchable_classes searchable_class_names.map(&:constantize) end |