Class: Coelacanth::HTTP::ErrorResponse
- Inherits:
-
Struct
- Object
- Struct
- Coelacanth::HTTP::ErrorResponse
- Defined in:
- lib/coelacanth/http.rb
Instance Attribute Summary collapse
-
#base_uri ⇒ Object
Returns the value of attribute base_uri.
-
#body ⇒ Object
Returns the value of attribute body.
-
#final_uri ⇒ Object
Returns the value of attribute final_uri.
-
#meta ⇒ Object
Returns the value of attribute meta.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
- #string ⇒ Object (also: #to_s)
Instance Attribute Details
#base_uri ⇒ Object
Returns the value of attribute base_uri
41 42 43 |
# File 'lib/coelacanth/http.rb', line 41 def base_uri @base_uri end |
#body ⇒ Object
Returns the value of attribute body
41 42 43 |
# File 'lib/coelacanth/http.rb', line 41 def body @body end |
#final_uri ⇒ Object
Returns the value of attribute final_uri
41 42 43 |
# File 'lib/coelacanth/http.rb', line 41 def final_uri @final_uri end |
#meta ⇒ Object
Returns the value of attribute meta
41 42 43 |
# File 'lib/coelacanth/http.rb', line 41 def @meta end |
#status ⇒ Object
Returns the value of attribute status
41 42 43 |
# File 'lib/coelacanth/http.rb', line 41 def status @status end |
Instance Method Details
#string ⇒ Object Also known as: to_s
42 43 44 |
# File 'lib/coelacanth/http.rb', line 42 def string body.to_s end |