Class: VehicleData::Service
Instance Attribute Summary
Attributes inherited from Base
#app_key, #data, #options, #request, #response, #secret
Class Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from VehicleData::Base
Class Method Details
.get_support_functions ⇒ Object
5 6 7 |
# File 'lib/vehicle_data/service.rb', line 5 def get_support_functions() self.new({:f => 'service.getSupportedFunctions'}).send_request end |