Class: T1000::Response
- Inherits:
-
Struct
- Object
- Struct
- T1000::Response
- Defined in:
- lib/t-1000/response.rb
Instance Attribute Summary collapse
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#headers ⇒ Object
Returns the value of attribute headers
2 3 4 |
# File 'lib/t-1000/response.rb', line 2 def headers @headers end |
#status ⇒ Object
Returns the value of attribute status
2 3 4 |
# File 'lib/t-1000/response.rb', line 2 def status @status end |