class Toast::Errors::CustomAuthFailure

Attributes

response_data[RW]

Public Class Methods

new(response_data) click to toggle source
# File lib/toast/errors.rb, line 39
def initialize response_data
  @response_data = response_data
end