Module: EmaySoap

Extended by:
Configurable
Defined in:
lib/emay_soap.rb,
lib/emay_soap/client.rb,
lib/emay_soap/version.rb,
lib/emay_soap/configurable.rb

Defined Under Namespace

Modules: Configurable Classes: Client

Constant Summary collapse

VERSION =
"0.0.2"

Instance Attribute Summary

Attributes included from Configurable

#cdkey, #key, #password, #prefix

Class Method Summary collapse

Methods included from Configurable

default_options, options, setup, setup_keys

Class Method Details

.clientObject



9
10
11
12
# File 'lib/emay_soap.rb', line 9

def client
  @client = EmaySoap::Client.new(options)
  @client
end