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