Class: Ratis::Point2Point::Service

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

Instance Attribute Summary collapse

Instance Attribute Details

#directionObject

Returns the value of attribute direction

Returns:

  • (Object)

    the current value of direction



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

def direction
  @direction
end

#exceptionObject

Returns the value of attribute exception

Returns:

  • (Object)

    the current value of exception



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

def exception
  @exception
end

#routeObject

Returns the value of attribute route

Returns:

  • (Object)

    the current value of route



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

def route
  @route
end

#route_typeObject

Returns the value of attribute route_type

Returns:

  • (Object)

    the current value of route_type



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

def route_type
  @route_type
end

#service_typeObject

Returns the value of attribute service_type

Returns:

  • (Object)

    the current value of service_type



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

def service_type
  @service_type
end

#signageObject

Returns the value of attribute signage

Returns:

  • (Object)

    the current value of signage



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

def signage
  @signage
end