Class: Ratis::Point2Point::Service
- Inherits:
-
Struct
- Object
- Struct
- Ratis::Point2Point::Service
- Defined in:
- lib/ratis/point_2_point/service.rb
Instance Attribute Summary collapse
-
#direction ⇒ Object
Returns the value of attribute direction.
-
#exception ⇒ Object
Returns the value of attribute exception.
-
#route ⇒ Object
Returns the value of attribute route.
-
#route_type ⇒ Object
Returns the value of attribute route_type.
-
#service_type ⇒ Object
Returns the value of attribute service_type.
-
#signage ⇒ Object
Returns the value of attribute signage.
Instance Attribute Details
#direction ⇒ Object
Returns the value of attribute direction
3 4 5 |
# File 'lib/ratis/point_2_point/service.rb', line 3 def direction @direction end |
#exception ⇒ Object
Returns the value of attribute exception
3 4 5 |
# File 'lib/ratis/point_2_point/service.rb', line 3 def exception @exception end |
#route ⇒ Object
Returns the value of attribute route
3 4 5 |
# File 'lib/ratis/point_2_point/service.rb', line 3 def route @route end |
#route_type ⇒ Object
Returns the value of attribute route_type
3 4 5 |
# File 'lib/ratis/point_2_point/service.rb', line 3 def route_type @route_type end |
#service_type ⇒ Object
Returns the value of attribute service_type
3 4 5 |
# File 'lib/ratis/point_2_point/service.rb', line 3 def service_type @service_type end |
#signage ⇒ Object
Returns the value of attribute signage
3 4 5 |
# File 'lib/ratis/point_2_point/service.rb', line 3 def signage @signage end |