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