Class: PicklesHttpServer::Utils::Request
- Inherits:
-
Struct
- Object
- Struct
- PicklesHttpServer::Utils::Request
- Defined in:
- lib/pickles_http/utils.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#client ⇒ Object
Returns the value of attribute client.
-
#headers ⇒ Object
Returns the value of attribute headers.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
172 173 174 |
# File 'lib/pickles_http/utils.rb', line 172 def body @body end |
#client ⇒ Object
Returns the value of attribute client
172 173 174 |
# File 'lib/pickles_http/utils.rb', line 172 def client @client end |
#headers ⇒ Object
Returns the value of attribute headers
172 173 174 |
# File 'lib/pickles_http/utils.rb', line 172 def headers @headers end |