Class: CrossTimeCalculation::TimePoint

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

Instance Attribute Summary collapse

Instance Attribute Details

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



4
5
6
# File 'lib/cross_time_calculation.rb', line 4

def status
  @status
end

#tObject

Returns the value of attribute t

Returns:

  • (Object)

    the current value of t



4
5
6
# File 'lib/cross_time_calculation.rb', line 4

def t
  @t
end