Class: Lutaml::Store::CompositeModelHandler::Reference

Inherits:
Struct
  • Object
show all
Defined in:
lib/lutaml/store/composite_model_handler.rb

Instance Attribute Summary collapse

Instance Attribute Details

#key_valueObject

Returns the value of attribute key_value

Returns:

  • (Object)

    the current value of key_value



6
7
8
# File 'lib/lutaml/store/composite_model_handler.rb', line 6

def key_value
  @key_value
end

#model_classObject

Returns the value of attribute model_class

Returns:

  • (Object)

    the current value of model_class



6
7
8
# File 'lib/lutaml/store/composite_model_handler.rb', line 6

def model_class
  @model_class
end

#storage_keyObject

Returns the value of attribute storage_key

Returns:

  • (Object)

    the current value of storage_key



6
7
8
# File 'lib/lutaml/store/composite_model_handler.rb', line 6

def storage_key
  @storage_key
end