Exception: PassByMEError
- Inherits:
-
IOError
- Object
- IOError
- PassByMEError
- Defined in:
- lib/passbyme2fa-client/passbyme_error.rb
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(response) ⇒ PassByMEError
constructor
A new instance of PassByMEError.
Constructor Details
#initialize(response) ⇒ PassByMEError
Returns a new instance of PassByMEError.
6 7 8 9 |
# File 'lib/passbyme2fa-client/passbyme_error.rb', line 6 def initialize(response) super("A PassBy[ME] specific error occurred!") @response = response end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
4 5 6 |
# File 'lib/passbyme2fa-client/passbyme_error.rb', line 4 def response @response end |