Class: Kount::Error

Inherits:
Object
  • Object
show all
Defined in:
lib/kount/error.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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_objectObject

Returns the value of attribute error_object.



3
4
5
# File 'lib/kount/error.rb', line 3

def error_object
  @error_object
end