Class: Uber::RequestError
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.
50 51 52 |
# File 'lib/uber/models/request.rb', line 50 def code @code end |
#status ⇒ Object
Returns the value of attribute status.
50 51 52 |
# File 'lib/uber/models/request.rb', line 50 def status @status end |
#title ⇒ Object
Returns the value of attribute title.
50 51 52 |
# File 'lib/uber/models/request.rb', line 50 def title @title end |