Class: Feat::Datafile::SegmentSpec
- Inherits:
-
Struct
- Object
- Struct
- Feat::Datafile::SegmentSpec
- Defined in:
- lib/feat/datafile.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#rules ⇒ Object
Returns the value of attribute rules.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
22 23 24 |
# File 'lib/feat/datafile.rb', line 22 def key @key end |
#rules ⇒ Object
Returns the value of attribute rules
22 23 24 |
# File 'lib/feat/datafile.rb', line 22 def rules @rules end |