Exception: Chillout::PlainHttpClient::NotCreated
- Inherits:
-
StandardError
- Object
- StandardError
- Chillout::PlainHttpClient::NotCreated
- Defined in:
- lib/chillout/server_side/plain_http_client.rb
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
- #code ⇒ Object
-
#initialize(response) ⇒ NotCreated
constructor
A new instance of NotCreated.
Constructor Details
#initialize(response) ⇒ NotCreated
Returns a new instance of NotCreated.
8 9 10 |
# File 'lib/chillout/server_side/plain_http_client.rb', line 8 def initialize(response) @response = response end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
6 7 8 |
# File 'lib/chillout/server_side/plain_http_client.rb', line 6 def response @response end |
Instance Method Details
#code ⇒ Object
12 13 14 |
# File 'lib/chillout/server_side/plain_http_client.rb', line 12 def code @response.code end |