Class: Uber::Driver
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#phone_number ⇒ Object
Returns the value of attribute phone_number.
-
#picture_url ⇒ Object
Returns the value of attribute picture_url.
-
#rating ⇒ Object
Returns the value of attribute rating.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Uber::Base
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
57 58 59 |
# File 'lib/uber/models/request.rb', line 57 def name @name end |
#phone_number ⇒ Object
Returns the value of attribute phone_number.
57 58 59 |
# File 'lib/uber/models/request.rb', line 57 def phone_number @phone_number end |
#picture_url ⇒ Object
Returns the value of attribute picture_url.
57 58 59 |
# File 'lib/uber/models/request.rb', line 57 def picture_url @picture_url end |
#rating ⇒ Object
Returns the value of attribute rating.
57 58 59 |
# File 'lib/uber/models/request.rb', line 57 def end |