Class: Feat::Datafile::VariationSpec
- Inherits:
-
Struct
- Object
- Struct
- Feat::Datafile::VariationSpec
- Defined in:
- lib/feat/datafile.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
5 6 7 |
# File 'lib/feat/datafile.rb', line 5 def id @id end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/feat/datafile.rb', line 5 def name @name end |
#value ⇒ Object
Returns the value of attribute value
5 6 7 |
# File 'lib/feat/datafile.rb', line 5 def value @value end |