Class: Ratis::Point2Point::Group

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

Instance Attribute Summary collapse

Instance Attribute Details

#off_stopObject

Returns the value of attribute off_stop

Returns:

  • (Object)

    the current value of off_stop



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

def off_stop
  @off_stop
end

#on_stopObject

Returns the value of attribute on_stop

Returns:

  • (Object)

    the current value of on_stop



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

def on_stop
  @on_stop
end

#tripsObject

Returns the value of attribute trips

Returns:

  • (Object)

    the current value of trips



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

def trips
  @trips
end