Class: WANG::Response
- Inherits:
-
Struct
- Object
- Struct
- WANG::Response
- Defined in:
- lib/wang.rb
Instance Attribute Summary collapse
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#method ⇒ Object
Returns the value of attribute method.
-
#status ⇒ Object
Returns the value of attribute status.
-
#uri ⇒ Object
Returns the value of attribute uri.
Instance Attribute Details
#headers ⇒ Object
Returns the value of attribute headers
28 29 30 |
# File 'lib/wang.rb', line 28 def headers @headers end |
#method ⇒ Object
Returns the value of attribute method
28 29 30 |
# File 'lib/wang.rb', line 28 def method @method end |
#status ⇒ Object
Returns the value of attribute status
28 29 30 |
# File 'lib/wang.rb', line 28 def status @status end |
#uri ⇒ Object
Returns the value of attribute uri
28 29 30 |
# File 'lib/wang.rb', line 28 def uri @uri end |