Exception: Rufbit::AuthenticationError
- Inherits:
-
StandardError
- Object
- StandardError
- Rufbit::AuthenticationError
- Defined in:
- lib/rufbit/exceptions.rb
Overview
401 Unauthorized
Instance Attribute Summary collapse
-
#object ⇒ Object
readonly
Returns the value of attribute object.
Instance Method Summary collapse
-
#initialize(object) ⇒ AuthenticationError
constructor
A new instance of AuthenticationError.
Constructor Details
#initialize(object) ⇒ AuthenticationError
Returns a new instance of AuthenticationError.
15 16 17 |
# File 'lib/rufbit/exceptions.rb', line 15 def initialize(object) @object = object end |
Instance Attribute Details
#object ⇒ Object (readonly)
Returns the value of attribute object.
13 14 15 |
# File 'lib/rufbit/exceptions.rb', line 13 def object @object end |