Class: Lowdown::Connection::Mock::Request
- Inherits:
-
Struct
- Object
- Struct
- Lowdown::Connection::Mock::Request
- Defined in:
- lib/lowdown/connection/mock.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#path ⇒ Object
Returns the value of attribute path.
-
#response ⇒ Object
Returns the value of attribute response.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
6 7 8 |
# File 'lib/lowdown/connection/mock.rb', line 6 def body @body end |
#headers ⇒ Object
Returns the value of attribute headers
6 7 8 |
# File 'lib/lowdown/connection/mock.rb', line 6 def headers @headers end |
#path ⇒ Object
Returns the value of attribute path
6 7 8 |
# File 'lib/lowdown/connection/mock.rb', line 6 def path @path end |
#response ⇒ Object
Returns the value of attribute response
6 7 8 |
# File 'lib/lowdown/connection/mock.rb', line 6 def response @response end |