Exception: Toast::Errors::CustomAuthFailure

Inherits:
StandardError
  • Object
show all
Defined in:
lib/toast/errors.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(response_data) ⇒ CustomAuthFailure

Returns a new instance of CustomAuthFailure.



37
38
39
# File 'lib/toast/errors.rb', line 37

def initialize response_data
  @response_data = response_data
end

Instance Attribute Details

#response_dataObject

Returns the value of attribute response_data.



35
36
37
# File 'lib/toast/errors.rb', line 35

def response_data
  @response_data
end