Exception: MuffinMan::SpApiAuthError
- Inherits:
-
StandardError
- Object
- StandardError
- MuffinMan::SpApiAuthError
- Defined in:
- lib/muffin_man.rb
Instance Attribute Summary collapse
-
#auth_response ⇒ Object
readonly
Returns the value of attribute auth_response.
Instance Method Summary collapse
-
#initialize(auth_response) ⇒ SpApiAuthError
constructor
A new instance of SpApiAuthError.
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_response ⇒ Object (readonly)
Returns the value of attribute auth_response.
44 45 46 |
# File 'lib/muffin_man.rb', line 44 def auth_response @auth_response end |