Class: Uber::Vehicle
Instance Attribute Summary collapse
-
#license_plate ⇒ Object
Returns the value of attribute license_plate.
-
#make ⇒ Object
Returns the value of attribute make.
-
#model ⇒ Object
Returns the value of attribute model.
-
#picture_url ⇒ Object
Returns the value of attribute picture_url.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Uber::Base
Instance Attribute Details
#license_plate ⇒ Object
Returns the value of attribute license_plate.
61 62 63 |
# File 'lib/uber/models/request.rb', line 61 def license_plate @license_plate end |
#make ⇒ Object
Returns the value of attribute make.
61 62 63 |
# File 'lib/uber/models/request.rb', line 61 def make @make end |
#model ⇒ Object
Returns the value of attribute model.
61 62 63 |
# File 'lib/uber/models/request.rb', line 61 def model @model end |
#picture_url ⇒ Object
Returns the value of attribute picture_url.
61 62 63 |
# File 'lib/uber/models/request.rb', line 61 def picture_url @picture_url end |