Sha256: 69db9db23a5b343f3e85fdd5db73a84c4523afc002d83b817e5cab8f299ca3a9
Contents?: true
Size: 289 Bytes
Versions: 3
Compression:
Stored size: 289 Bytes
Contents
module Eligible class Coverage < APIResource def self.get(params, api_key=nil) response, api_key = Eligible.request(:get, url, api_key, params) Util.convert_to_eligible_object(response, api_key) end def all error ? nil : to_hash end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
eligible-2.2 | lib/eligible/coverage.rb |
eligible-2.1 | lib/eligible/coverage.rb |
eligible-2.0 | lib/eligible/coverage.rb |