Class: ActiveDataFrame::Bounds

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

Instance Attribute Summary collapse

Instance Attribute Details

#fromObject

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



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

def from
  @from
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



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

def index
  @index
end

#lengthObject

Returns the value of attribute length

Returns:

  • (Object)

    the current value of length



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

def length
  @length
end

#toObject

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



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

def to
  @to
end