Exception: Hbci::DialogError
- Defined in:
- lib/hbci/errors/hbci/dialog_error.rb
Instance Attribute Summary collapse
-
#hbci_response ⇒ Object
readonly
Returns the value of attribute hbci_response.
Instance Method Summary collapse
-
#initialize(msg, hbci_response = nil) ⇒ DialogError
constructor
A new instance of DialogError.
Constructor Details
#initialize(msg, hbci_response = nil) ⇒ DialogError
Returns a new instance of DialogError.
5 6 7 8 |
# File 'lib/hbci/errors/hbci/dialog_error.rb', line 5 def initialize(msg, hbci_response = nil) super(msg) @hbci_response = hbci_response end |
Instance Attribute Details
#hbci_response ⇒ Object (readonly)
Returns the value of attribute hbci_response.
3 4 5 |
# File 'lib/hbci/errors/hbci/dialog_error.rb', line 3 def hbci_response @hbci_response end |