Exception: Slash::MethodNotAllowed
- Inherits:
-
ClientError
- Object
- StandardError
- ConnectionError
- ClientError
- Slash::MethodNotAllowed
- Defined in:
- lib/slash/exceptions.rb
Overview
405 Method Not Allowed
Instance Attribute Summary
Attributes inherited from ConnectionError
Instance Method Summary collapse
-
#allowed_methods ⇒ Object
:nodoc:.
Methods inherited from ConnectionError
Constructor Details
This class inherits a constructor from Slash::ConnectionError
Instance Method Details
#allowed_methods ⇒ Object
:nodoc:
62 63 64 |
# File 'lib/slash/exceptions.rb', line 62 def allowed_methods @response['Allow'].split(',').map { |verb| verb.strip.downcase.to_sym } end |