Sha256: a20b4bc37cdf5c6a5369577d74588847842b75fae95787b0fe488542fcfb35c4

Contents?: true

Size: 232 Bytes

Versions: 3

Compression:

Stored size: 232 Bytes

Contents

module Eligible
  class X12 < APIResource

    def self.post(params, api_key=nil)
      response, api_key = Eligible.request(:post, '/x12', api_key, params)
      Util.convert_to_eligible_object(response, api_key)
    end

  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
eligible-2.4.3 lib/eligible/x12.rb
eligible-2.4.2 lib/eligible/x12.rb
eligible-2.4.1 lib/eligible/x12.rb