Class: Octoryn::Response
- Inherits:
-
Data
- Object
- Data
- Octoryn::Response
- Defined in:
- lib/octoryn/transport.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#headers ⇒ Object
readonly
Returns the value of attribute headers.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
8 9 10 |
# File 'lib/octoryn/transport.rb', line 8 def body @body end |
#headers ⇒ Object (readonly)
Returns the value of attribute headers
8 9 10 |
# File 'lib/octoryn/transport.rb', line 8 def headers @headers end |
#status ⇒ Object (readonly)
Returns the value of attribute status
8 9 10 |
# File 'lib/octoryn/transport.rb', line 8 def status @status end |