Class: AddRoute

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

Instance Attribute Summary collapse

Instance Attribute Details

#methodObject

Returns the value of attribute method



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

def method
  @method
end

#routeObject

Returns the value of attribute route



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

def route
  @route
end