Class: Treblle::Models::Request
- Inherits:
-
Object
- Object
- Treblle::Models::Request
- Defined in:
- lib/treblle/models/request.rb,
lib/treblle/models/request/client.rb,
lib/treblle/models/request/server.rb
Defined Under Namespace
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.
-
#method ⇒ Object
Returns the value of attribute method.
-
#server ⇒ Object
Returns the value of attribute server.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body.
6 7 8 |
# File 'lib/treblle/models/request.rb', line 6 def body @body end |
#client ⇒ Object
Returns the value of attribute client.
6 7 8 |
# File 'lib/treblle/models/request.rb', line 6 def client @client end |
#headers ⇒ Object
Returns the value of attribute headers.
6 7 8 |
# File 'lib/treblle/models/request.rb', line 6 def headers @headers end |
#method ⇒ Object
Returns the value of attribute method.
6 7 8 |
# File 'lib/treblle/models/request.rb', line 6 def method @method end |
#server ⇒ Object
Returns the value of attribute server.
6 7 8 |
# File 'lib/treblle/models/request.rb', line 6 def server @server end |