Sha256: d8a05a326f93407b782d3899aea07c99a73ce92bb3b0db9937946350bc842a38
Contents?: true
Size: 122 Bytes
Versions: 2
Compression:
Stored size: 122 Bytes
Contents
require "rest-client" module ZcBrokerHit module ApiCall def self.get(url) return RestClient.get(url) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
zc_broker_hit-0.1.5 | lib/zc_broker_hit/api_call.rb |
zc_broker_hit-0.1.4 | lib/zc_broker_hit/api_call.rb |