Class: Lutaml::Store::CompositeModelHandler::Reference
- Inherits:
-
Struct
- Object
- Struct
- Lutaml::Store::CompositeModelHandler::Reference
- Defined in:
- lib/lutaml/store/composite_model_handler.rb
Instance Attribute Summary collapse
-
#key_value ⇒ Object
Returns the value of attribute key_value.
-
#model_class ⇒ Object
Returns the value of attribute model_class.
-
#storage_key ⇒ Object
Returns the value of attribute storage_key.
Instance Attribute Details
#key_value ⇒ Object
Returns the value of attribute key_value
6 7 8 |
# File 'lib/lutaml/store/composite_model_handler.rb', line 6 def key_value @key_value end |
#model_class ⇒ Object
Returns the value of attribute model_class
6 7 8 |
# File 'lib/lutaml/store/composite_model_handler.rb', line 6 def model_class @model_class end |
#storage_key ⇒ Object
Returns the value of attribute storage_key
6 7 8 |
# File 'lib/lutaml/store/composite_model_handler.rb', line 6 def storage_key @storage_key end |