Class: Hobostove::Line::LineSegment
- Inherits:
-
Struct
- Object
- Struct
- Hobostove::Line::LineSegment
- Defined in:
- lib/hobostove/line.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#color ⇒ Object
Returns the value of attribute color.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
3 4 5 |
# File 'lib/hobostove/line.rb', line 3 def body @body end |
#color ⇒ Object
Returns the value of attribute color
3 4 5 |
# File 'lib/hobostove/line.rb', line 3 def color @color end |