module EmaySoap

Constants

VERSION

Public Class Methods

client() click to toggle source
# File lib/emay_soap.rb, line 9
def client
  @client = EmaySoap::Client.new(options)
  @client
end