Class: Uber::RequestError
- Defined in:
- lib/uber/models/request.rb,
lib/uber/models/estimate.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#status ⇒ Object
Returns the value of attribute status.
-
#title ⇒ Object
Returns the value of attribute title.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Uber::Base
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
53 54 55 |
# File 'lib/uber/models/request.rb', line 53 def code @code end |
#status ⇒ Object
Returns the value of attribute status.
53 54 55 |
# File 'lib/uber/models/request.rb', line 53 def status @status end |
#title ⇒ Object
Returns the value of attribute title.
53 54 55 |
# File 'lib/uber/models/request.rb', line 53 def title @title end |