Class: CrossTimeCalculation::TimePoint
- Inherits:
-
Struct
- Object
- Struct
- CrossTimeCalculation::TimePoint
- Defined in:
- lib/cross_time_calculation.rb
Instance Attribute Summary collapse
-
#status ⇒ Object
Returns the value of attribute status.
-
#t ⇒ Object
Returns the value of attribute t.
Instance Attribute Details
#status ⇒ Object
Returns the value of attribute status
4 5 6 |
# File 'lib/cross_time_calculation.rb', line 4 def status @status end |
#t ⇒ Object
Returns the value of attribute t
4 5 6 |
# File 'lib/cross_time_calculation.rb', line 4 def t @t end |