Class: AddRoute

Inherits:
Struct
  • Object
show all
Defined in:
lib/armstrong/data_structures.rb

Instance Attribute Summary collapse

Instance Attribute Details

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



1
2
3
# File 'lib/armstrong/data_structures.rb', line 1

def method
  @method
end

#routeObject

Returns the value of attribute route

Returns:

  • (Object)

    the current value of route



1
2
3
# File 'lib/armstrong/data_structures.rb', line 1

def route
  @route
end