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.
-
#context ⇒ Object
Returns the value of attribute context.
-
#delegate ⇒ Object
Returns the value of attribute delegate.
-
#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
78 79 80 |
# File 'lib/lowdown/mock.rb', line 78 def body @body end |
#context ⇒ Object
Returns the value of attribute context
78 79 80 |
# File 'lib/lowdown/mock.rb', line 78 def context @context end |
#delegate ⇒ Object
Returns the value of attribute delegate
78 79 80 |
# File 'lib/lowdown/mock.rb', line 78 def delegate @delegate end |
#headers ⇒ Object
Returns the value of attribute headers
78 79 80 |
# File 'lib/lowdown/mock.rb', line 78 def headers @headers end |
#path ⇒ Object
Returns the value of attribute path
78 79 80 |
# File 'lib/lowdown/mock.rb', line 78 def path @path end |
#response ⇒ Object
Returns the value of attribute response
78 79 80 |
# File 'lib/lowdown/mock.rb', line 78 def response @response end |