class Eligible::X12

Public Class Methods

post(params, api_key = nil) click to toggle source
# File lib/eligible/x12.rb, line 3
def self.post(params, api_key = nil)
  params[:format] = 'x12'
  send_request(:post, '/x12', api_key, params)
end