Module: ActiveFacts::API::Instance::ClassMethods
- Includes:
- ObjectType
- Included in:
- Entity::ClassMethods, Value::ClassMethods
- Defined in:
- lib/activefacts/api/instance.rb
Overview
:nodoc:
Constant Summary
Constants included from ObjectType
ObjectType::CHECKED_IDENTIFYING_ROLE, ObjectType::SKIP_MUTUAL_PROPAGATION
Instance Method Summary collapse
-
#constellation_variable_name ⇒ Object
Add Instance class methods here.
Methods included from ObjectType
#add_role, #all_role, #all_role_transitive, #check_identifying_role_has_valid_cardinality, #has_one, #maybe, #one_to_one, #realise_role, #subtypes, #subtypes_transitive, #supertypes, #supertypes_transitive, #vocabulary
Instance Method Details
#constellation_variable_name ⇒ Object
Add Instance class methods here
166 167 168 |
# File 'lib/activefacts/api/instance.rb', line 166 def constellation_variable_name @@constellation_variable_name ||= "@constellation" end |