Class: HTTPController::WebRequest
- Inherits:
-
Struct
- Object
- Struct
- HTTPController::WebRequest
- Defined in:
- lib/appswarm/http/http_controller.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
60 61 62 |
# File 'lib/appswarm/http/http_controller.rb', line 60 def args @args end |
#path ⇒ Object
Returns the value of attribute path
60 61 62 |
# File 'lib/appswarm/http/http_controller.rb', line 60 def path @path end |