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.



39
40
41
# File 'lib/toast/errors.rb', line 39

def initialize response_data
  @response_data = response_data
end

Instance Attribute Details

#response_dataObject

Returns the value of attribute response_data.



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

def response_data
  @response_data
end