class AgileCRMWrapper::MethodNotAllowed
Raised when AgileCRMWrapper
returns a 405 HTTP status code
Public Class Methods
new(response, message = 'Invalid method type')
click to toggle source
Calls superclass method
AgileCRMWrapper::Error::new
# File lib/agilecrm-wrapper/error.rb, line 54 def initialize(response, message = 'Invalid method type') super(response, message) end