Sha256: f30a64ccbac3c33603318f89c50474a9da7f27a004b031af86c82122b943b5b4

Contents?: true

Size: 174 Bytes

Versions: 1

Compression:

Stored size: 174 Bytes

Contents

require 'zc_broker_vish/api_call'
module ZcBrokerVish
	module Inventory
		def get_cars()
			response = ApiCall.get("http://google.com")
			puts response.body
		end	
	end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zc_broker_vish-0.1.0 lib/zc_broker_vish/inventory.rb