Class: Ratis::Point2Point::Trip

Inherits:
Struct
  • Object
show all
Defined in:
lib/ratis/point_2_point/trip.rb

Instance Attribute Summary collapse

Instance Attribute Details

#off_timeObject

Returns the value of attribute off_time

Returns:

  • (Object)

    the current value of off_time



3
4
5
# File 'lib/ratis/point_2_point/trip.rb', line 3

def off_time
  @off_time
end

#on_timeObject

Returns the value of attribute on_time

Returns:

  • (Object)

    the current value of on_time



3
4
5
# File 'lib/ratis/point_2_point/trip.rb', line 3

def on_time
  @on_time
end

#serviceObject

Returns the value of attribute service

Returns:

  • (Object)

    the current value of service



3
4
5
# File 'lib/ratis/point_2_point/trip.rb', line 3

def service
  @service
end