Class: Puuko::Route

Inherits:
Struct
  • Object
show all
Defined in:
lib/puuko/application.rb

Instance Attribute Summary collapse

Instance Attribute Details

#endpointObject

Returns the value of attribute endpoint

Returns:

  • (Object)

    the current value of endpoint



7
8
9
# File 'lib/puuko/application.rb', line 7

def endpoint
  @endpoint
end

#paramsObject

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



7
8
9
# File 'lib/puuko/application.rb', line 7

def params
  @params
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



7
8
9
# File 'lib/puuko/application.rb', line 7

def path
  @path
end

#verbObject

Returns the value of attribute verb

Returns:

  • (Object)

    the current value of verb



7
8
9
# File 'lib/puuko/application.rb', line 7

def verb
  @verb
end