Exception: RegistryApiClient::HTTP::MethodNotAllowed
- Inherits:
-
Exception
- Object
- Exception
- RegistryApiClient::HTTP::MethodNotAllowed
- Defined in:
- lib/docker_cake/registry_api_client.rb
Instance Attribute Summary collapse
-
#response ⇒ Object
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(message, response) ⇒ MethodNotAllowed
constructor
A new instance of MethodNotAllowed.
Constructor Details
#initialize(message, response) ⇒ MethodNotAllowed
Returns a new instance of MethodNotAllowed.
386 387 388 389 |
# File 'lib/docker_cake/registry_api_client.rb', line 386 def initialize(, response) super() @response = response end |
Instance Attribute Details
#response ⇒ Object
Returns the value of attribute response.
385 386 387 |
# File 'lib/docker_cake/registry_api_client.rb', line 385 def response @response end |