Class: Rough::PathDataParser::Segment
- Inherits:
-
Struct
- Object
- Struct
- Rough::PathDataParser::Segment
- Defined in:
- lib/rough/path_data_parser.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#key ⇒ Object
Returns the value of attribute key.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
5 6 7 |
# File 'lib/rough/path_data_parser.rb', line 5 def data @data end |
#key ⇒ Object
Returns the value of attribute key
5 6 7 |
# File 'lib/rough/path_data_parser.rb', line 5 def key @key end |