Class: ActiveDataFrame::Point

Inherits:
Struct
  • Object
show all
Defined in:
lib/active_data_frame/point.rb

Instance Attribute Summary collapse

Instance Attribute Details

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



2
3
4
# File 'lib/active_data_frame/point.rb', line 2

def index
  @index
end

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



2
3
4
# File 'lib/active_data_frame/point.rb', line 2

def offset
  @offset
end

#positionObject

Returns the value of attribute position

Returns:

  • (Object)

    the current value of position



2
3
4
# File 'lib/active_data_frame/point.rb', line 2

def position
  @position
end