Class: Explicit::Request::Route

Inherits:
Data
  • Object
show all
Defined in:
lib/explicit/request.rb

Instance Attribute Summary collapse

Instance Attribute Details

#methodObject (readonly)

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



4
5
6
# File 'lib/explicit/request.rb', line 4

def method
  @method
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



4
5
6
# File 'lib/explicit/request.rb', line 4

def path
  @path
end