class Eligible::PreauthResource

Public Class Methods

create(params, api_key = nil) click to toggle source
# File lib/eligible/preauth_resource.rb, line 7
def self.create(params, api_key = nil)
  post(params, api_key)
end
inquiry(params, api_key = nil) click to toggle source
# File lib/eligible/preauth_resource.rb, line 3
def self.inquiry(params, api_key = nil)
  get(params, api_key)
end