Class: IntervalResponse::Sequence::Interval
- Inherits:
-
Struct
- Object
- Struct
- IntervalResponse::Sequence::Interval
- Defined in:
- lib/interval_response/sequence.rb
Instance Attribute Summary collapse
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#position ⇒ Object
Returns the value of attribute position.
-
#segment ⇒ Object
Returns the value of attribute segment.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#offset ⇒ Object
Returns the value of attribute offset
10 11 12 |
# File 'lib/interval_response/sequence.rb', line 10 def offset @offset end |
#position ⇒ Object
Returns the value of attribute position
10 11 12 |
# File 'lib/interval_response/sequence.rb', line 10 def position @position end |
#segment ⇒ Object
Returns the value of attribute segment
10 11 12 |
# File 'lib/interval_response/sequence.rb', line 10 def segment @segment end |
#size ⇒ Object
Returns the value of attribute size
10 11 12 |
# File 'lib/interval_response/sequence.rb', line 10 def size @size end |