Class: Melos::Struct::RefHashInput
- Defined in:
- lib/melos/struct/structs.rb
Constant Summary collapse
- STRUCT =
[ [:label, :vec], [:value, :vec] ]
Instance Attribute Summary collapse
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Method Summary
Methods inherited from Base
#deserialize_select_elem_with_context, #initialize, #raw
Constructor Details
This class inherits a constructor from Melos::Struct::Base
Instance Attribute Details
#label ⇒ Object (readonly)
Returns the value of attribute label.
14 15 16 |
# File 'lib/melos/struct/structs.rb', line 14 def label @label end |
#value ⇒ Object (readonly)
Returns the value of attribute value.
14 15 16 |
# File 'lib/melos/struct/structs.rb', line 14 def value @value end |