Class: Copland::Configuration::YAML::ValueElement
- Inherits:
-
Struct
- Object
- Struct
- Copland::Configuration::YAML::ValueElement
- Defined in:
- lib/copland/configuration/yaml/implementor.rb
Overview
This structure is used to represent individual values in an implementor’s “construction parameters”. It is basically used to remove the YAML-specific data structures, so that the core Copland routines become more YAML-agnostic.
Instance Attribute Summary collapse
-
#type_id ⇒ Object
Returns the value of attribute type_id.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#type_id ⇒ Object
Returns the value of attribute type_id
46 47 48 |
# File 'lib/copland/configuration/yaml/implementor.rb', line 46 def type_id @type_id end |
#value ⇒ Object
Returns the value of attribute value
46 47 48 |
# File 'lib/copland/configuration/yaml/implementor.rb', line 46 def value @value end |