Class: ActiveDataFrame::Point
- Inherits:
-
Struct
- Object
- Struct
- ActiveDataFrame::Point
- Defined in:
- lib/active_data_frame/point.rb
Instance Attribute Summary collapse
-
#index ⇒ Object
Returns the value of attribute index.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#position ⇒ Object
Returns the value of attribute position.
Instance Attribute Details
#index ⇒ Object
Returns the value of attribute index
2 3 4 |
# File 'lib/active_data_frame/point.rb', line 2 def index @index end |
#offset ⇒ Object
Returns the value of attribute offset
2 3 4 |
# File 'lib/active_data_frame/point.rb', line 2 def offset @offset end |
#position ⇒ Object
Returns the value of attribute position
2 3 4 |
# File 'lib/active_data_frame/point.rb', line 2 def position @position end |