module ZcBrokerService::Inventory

Public Class Methods

get_cars() click to toggle source
# File lib/zc_broker_service/inventory.rb, line 6
def self.get_cars
  response = ApiCall.get("----")
  return JSON.parse(response)
end