Exception: Onfleet::OnfleetError
- Inherits:
-
StandardError
- Object
- StandardError
- Onfleet::OnfleetError
- Defined in:
- lib/onfleet/onfleet_error.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
3 4 5 |
# File 'lib/onfleet/onfleet_error.rb', line 3 def code @code end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/onfleet/onfleet_error.rb', line 3 def name @name end |