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.
58 59 60 |
# File 'lib/uber/models/request.rb', line 58 def license_plate @license_plate end |
#make ⇒ Object
Returns the value of attribute make.
58 59 60 |
# File 'lib/uber/models/request.rb', line 58 def make @make end |
#model ⇒ Object
Returns the value of attribute model.
58 59 60 |
# File 'lib/uber/models/request.rb', line 58 def model @model end |
#picture_url ⇒ Object
Returns the value of attribute picture_url.
58 59 60 |
# File 'lib/uber/models/request.rb', line 58 def picture_url @picture_url end |