Sha256: ef1115d34f96b59a5e8d8164e1772d87a35ac13c31dd12f75f612c0ec50a82c0
Contents?: true
Size: 587 Bytes
Versions: 7
Compression:
Stored size: 587 Bytes
Contents
module Eligible class Coverage < CoverageResource def self.get_uri return '/coverage/all.json' end def self.post_uri return '/coverage/all/batch.json' end def self.cost_estimate(params, opts = {}) send_request :get, '/coverage/cost_estimates.json', params, opts end def self.cost_estimate_post(params, opts = {}) send_request :post, '/coverage/cost_estimates.json', params, opts end def self.batch_medicare_post(params, opts = {}) send_request :post, '/medicare/coverage/batch.json', params, opts end end end
Version data entries
7 entries across 7 versions & 1 rubygems