Class: Lowdown::Mock::Connection::Request
- Inherits:
-
Struct
- Object
- Struct
- Lowdown::Mock::Connection::Request
- Defined in:
- lib/lowdown/mock.rb
Overview
Represents a recorded request.
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
70 71 72 |
# File 'lib/lowdown/mock.rb', line 70 def body @body end |
#headers ⇒ Object
Returns the value of attribute headers
70 71 72 |
# File 'lib/lowdown/mock.rb', line 70 def headers @headers end |
#path ⇒ Object
Returns the value of attribute path
70 71 72 |
# File 'lib/lowdown/mock.rb', line 70 def path @path end |
#response ⇒ Object
Returns the value of attribute response
70 71 72 |
# File 'lib/lowdown/mock.rb', line 70 def response @response end |