module ExperianMS
Constants
- VERSION
Public Class Methods
api(options={})
click to toggle source
Alias for ExperianMS::Api.new @return [ExperianMS::Api]
# File lib/experian_ms.rb, line 7 def self.api(options={}) ExperianMS::API.new(options) end