Class: Poisol::Response
- Inherits:
-
Object
- Object
- Poisol::Response
- Defined in:
- lib/poisol/stub/stub_builder.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#header ⇒ Object
Returns the value of attribute header.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body.
29 30 31 |
# File 'lib/poisol/stub/stub_builder.rb', line 29 def body @body end |
#header ⇒ Object
Returns the value of attribute header.
29 30 31 |
# File 'lib/poisol/stub/stub_builder.rb', line 29 def header @header end |
#status ⇒ Object
Returns the value of attribute status.
29 30 31 |
# File 'lib/poisol/stub/stub_builder.rb', line 29 def status @status end |