Exception: SEPOMEX_HCKDRK::Error
- Inherits:
-
StandardError
- Object
- StandardError
- SEPOMEX_HCKDRK::Error
- Defined in:
- lib/sepomex_hckdrk/error.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(response = {}) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(response = {}) ⇒ Error
Returns a new instance of Error.
5 6 7 8 |
# File 'lib/sepomex_hckdrk/error.rb', line 5 def initialize(response = {}) @response = response super end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
3 4 5 |
# File 'lib/sepomex_hckdrk/error.rb', line 3 def response @response end |