Class: WavixApi::HTTPMethods::Response
- Inherits:
-
Struct
- Object
- Struct
- WavixApi::HTTPMethods::Response
- Defined in:
- lib/wavix_api.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#parsed_body ⇒ Object
Returns the value of attribute parsed_body.
-
#status ⇒ Object
Returns the value of attribute status.
-
#status_str ⇒ Object
Returns the value of attribute status_str.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
21 22 23 |
# File 'lib/wavix_api.rb', line 21 def body @body end |
#filename ⇒ Object
Returns the value of attribute filename
21 22 23 |
# File 'lib/wavix_api.rb', line 21 def filename @filename end |
#parsed_body ⇒ Object
Returns the value of attribute parsed_body
21 22 23 |
# File 'lib/wavix_api.rb', line 21 def parsed_body @parsed_body end |
#status ⇒ Object
Returns the value of attribute status
21 22 23 |
# File 'lib/wavix_api.rb', line 21 def status @status end |
#status_str ⇒ Object
Returns the value of attribute status_str
21 22 23 |
# File 'lib/wavix_api.rb', line 21 def status_str @status_str end |