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.



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

def initialize(auth_response)
  super
  @auth_response = auth_response
end

Instance Attribute Details

#auth_responseObject (readonly)

Returns the value of attribute auth_response.



42
43
44
# File 'lib/muffin_man.rb', line 42

def auth_response
  @auth_response
end