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.
54 55 56 |
# File 'lib/uber/models/request.rb', line 54 def name @name end |
#phone_number ⇒ Object
Returns the value of attribute phone_number.
54 55 56 |
# File 'lib/uber/models/request.rb', line 54 def phone_number @phone_number end |
#picture_url ⇒ Object
Returns the value of attribute picture_url.
54 55 56 |
# File 'lib/uber/models/request.rb', line 54 def picture_url @picture_url end |
#rating ⇒ Object
Returns the value of attribute rating.
54 55 56 |
# File 'lib/uber/models/request.rb', line 54 def @rating end |