Class: Uber::Vehicle

Inherits:
Base
  • Object
show all
Defined in:
lib/uber/models/request.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

#[], #initialize

Constructor Details

This class inherits a constructor from Uber::Base

Instance Attribute Details

#license_plateObject

Returns the value of attribute license_plate.



58
59
60
# File 'lib/uber/models/request.rb', line 58

def license_plate
  @license_plate
end

#makeObject

Returns the value of attribute make.



58
59
60
# File 'lib/uber/models/request.rb', line 58

def make
  @make
end

#modelObject

Returns the value of attribute model.



58
59
60
# File 'lib/uber/models/request.rb', line 58

def model
  @model
end

#picture_urlObject

Returns the value of attribute picture_url.



58
59
60
# File 'lib/uber/models/request.rb', line 58

def picture_url
  @picture_url
end