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