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.



61
62
63
# File 'lib/uber/models/request.rb', line 61

def license_plate
  @license_plate
end

#makeObject

Returns the value of attribute make.



61
62
63
# File 'lib/uber/models/request.rb', line 61

def make
  @make
end

#modelObject

Returns the value of attribute model.



61
62
63
# File 'lib/uber/models/request.rb', line 61

def model
  @model
end

#picture_urlObject

Returns the value of attribute picture_url.



61
62
63
# File 'lib/uber/models/request.rb', line 61

def picture_url
  @picture_url
end