Class: HTTPController::WebRequest

Inherits:
Struct
  • Object
show all
Defined in:
lib/appswarm/http/http_controller.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



60
61
62
# File 'lib/appswarm/http/http_controller.rb', line 60

def args
  @args
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



60
61
62
# File 'lib/appswarm/http/http_controller.rb', line 60

def path
  @path
end