Class: Kount::Error
- Inherits:
-
Object
- Object
- Kount::Error
- Defined in:
- lib/kount/error.rb
Instance Attribute Summary collapse
-
#error_object ⇒ Object
Returns the value of attribute error_object.
Instance Method Summary collapse
-
#initialize(error = nil) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(error = nil) ⇒ Error
5 6 7 |
# File 'lib/kount/error.rb', line 5 def initialize(error = nil) @error_object = error end |
Instance Attribute Details
#error_object ⇒ Object
Returns the value of attribute error_object.
3 4 5 |
# File 'lib/kount/error.rb', line 3 def error_object @error_object end |