Class: Crspec::Rails::RequestHelpers::ResponseStruct
- Inherits:
-
Struct
- Object
- Struct
- Crspec::Rails::RequestHelpers::ResponseStruct
- Defined in:
- lib/crspec/rails/request_helpers.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
21 22 23 |
# File 'lib/crspec/rails/request_helpers.rb', line 21 def body @body end |
#headers ⇒ Object
Returns the value of attribute headers
21 22 23 |
# File 'lib/crspec/rails/request_helpers.rb', line 21 def headers @headers end |
#status ⇒ Object
Returns the value of attribute status
21 22 23 |
# File 'lib/crspec/rails/request_helpers.rb', line 21 def status @status end |