Exception: InfraForge::AuthError
- Inherits:
-
StandardError
- Object
- StandardError
- InfraForge::AuthError
- Defined in:
- lib/infraforge.rb
Instance Attribute Summary collapse
-
#pending ⇒ Object
readonly
Returns the value of attribute pending.
Instance Method Summary collapse
-
#initialize(message, pending: false) ⇒ AuthError
constructor
A new instance of AuthError.
Constructor Details
#initialize(message, pending: false) ⇒ AuthError
Returns a new instance of AuthError.
25 26 27 28 |
# File 'lib/infraforge.rb', line 25 def initialize(, pending: false) super() @pending = pending end |
Instance Attribute Details
#pending ⇒ Object (readonly)
Returns the value of attribute pending.
23 24 25 |
# File 'lib/infraforge.rb', line 23 def pending @pending end |