Class: Walinko::HttpClient::Response
- Inherits:
-
Struct
- Object
- Struct
- Walinko::HttpClient::Response
- Defined in:
- lib/walinko/http_client.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#idempotent_replayed ⇒ Object
Returns the value of attribute idempotent_replayed.
-
#rate_limit ⇒ Object
Returns the value of attribute rate_limit.
-
#request_id ⇒ Object
Returns the value of attribute request_id.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
18 19 20 |
# File 'lib/walinko/http_client.rb', line 18 def body @body end |
#idempotent_replayed ⇒ Object
Returns the value of attribute idempotent_replayed
18 19 20 |
# File 'lib/walinko/http_client.rb', line 18 def idempotent_replayed @idempotent_replayed end |
#rate_limit ⇒ Object
Returns the value of attribute rate_limit
18 19 20 |
# File 'lib/walinko/http_client.rb', line 18 def rate_limit @rate_limit end |
#request_id ⇒ Object
Returns the value of attribute request_id
18 19 20 |
# File 'lib/walinko/http_client.rb', line 18 def request_id @request_id end |
#status ⇒ Object
Returns the value of attribute status
18 19 20 |
# File 'lib/walinko/http_client.rb', line 18 def status @status end |