Class: AddRoute
- Inherits:
-
Struct
- Object
- Struct
- AddRoute
- Defined in:
- lib/armstrong/data_structures.rb
Instance Attribute Summary collapse
-
#method ⇒ Object
Returns the value of attribute method.
-
#route ⇒ Object
Returns the value of attribute route.
Instance Attribute Details
#method ⇒ Object
Returns the value of attribute method
1 2 3 |
# File 'lib/armstrong/data_structures.rb', line 1 def method @method end |
#route ⇒ Object
Returns the value of attribute route
1 2 3 |
# File 'lib/armstrong/data_structures.rb', line 1 def route @route end |