Class: Eversign::Models::Exception

Inherits:
Object
  • Object
show all
Defined in:
lib/eversign/models/exception.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error.



4
5
6
# File 'lib/eversign/models/exception.rb', line 4

def error
  @error
end

#successObject

Returns the value of attribute success.



4
5
6
# File 'lib/eversign/models/exception.rb', line 4

def success
  @success
end