Class: DummyOscar::Router::Route

Inherits:
Struct
  • Object
show all
Defined in:
lib/dummy_oscar/router.rb

Instance Attribute Summary collapse

Instance Attribute Details

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



4
5
6
# File 'lib/dummy_oscar/router.rb', line 4

def method
  @method
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



4
5
6
# File 'lib/dummy_oscar/router.rb', line 4

def path
  @path
end

#responseObject

Returns the value of attribute response

Returns:

  • (Object)

    the current value of response



4
5
6
# File 'lib/dummy_oscar/router.rb', line 4

def response
  @response
end