Exception: SalesforceApi::Errors::MethodError
- Defined in:
- lib/salesforceapi-rest/errors.rb
Overview
Error for HTTP code 405, The method specified in the Request-Line is not allowed.
Instance Attribute Summary
Attributes inherited from ApiError
Instance Method Summary collapse
-
#initialize(message, http_code) ⇒ MethodError
constructor
A new instance of MethodError.
Constructor Details
#initialize(message, http_code) ⇒ MethodError
Returns a new instance of MethodError.
52 53 54 |
# File 'lib/salesforceapi-rest/errors.rb', line 52 def initialize(, http_code) super(, http_code) end |