Exception: MuffinMan::SpApiAuthError

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(auth_response) ⇒ SpApiAuthError

Returns a new instance of SpApiAuthError.



46
47
48
49
# File 'lib/muffin_man.rb', line 46

def initialize(auth_response)
  super
  @auth_response = auth_response
end

Instance Attribute Details

#auth_responseObject (readonly)

Returns the value of attribute auth_response.



44
45
46
# File 'lib/muffin_man.rb', line 44

def auth_response
  @auth_response
end