Class: Eversign::Models::Exception
- Inherits:
-
Object
- Object
- Eversign::Models::Exception
- Defined in:
- lib/eversign/models/exception.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#success ⇒ Object
Returns the value of attribute success.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error.
4 5 6 |
# File 'lib/eversign/models/exception.rb', line 4 def error @error end |
#success ⇒ Object
Returns the value of attribute success.
4 5 6 |
# File 'lib/eversign/models/exception.rb', line 4 def success @success end |