Sha256: 94e62d9b110f7c4bffaebe674049c7cbb09f436916ad1a3f563f47b3dab365e6
Contents?: true
Size: 163 Bytes
Versions: 3
Compression:
Stored size: 163 Bytes
Contents
require 'zc_broker/api_call' module ZcBroker module Inventory def self.get_cars return ApiCall.get("api-inventory.zoomcar.com/inventory/cars") end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
zc_broker-0.1.9 | lib/zc_broker/inventory.rb |
zc_broker-0.1.8 | lib/zc_broker/inventory.rb |
zc_broker-0.1.7 | lib/zc_broker/inventory.rb |