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.



34
35
36
37
# File 'lib/muffin_man.rb', line 34

def initialize(auth_response)
  super
  @auth_response = auth_response
end

Instance Attribute Details

#auth_responseObject (readonly)

Returns the value of attribute auth_response.



32
33
34
# File 'lib/muffin_man.rb', line 32

def auth_response
  @auth_response
end