Sha256: 49ab69247eb75e3849eae81336ec04bc696e4bb5dd7bc9cce627fc27168b4b0c
Contents?: true
Size: 250 Bytes
Versions: 2
Compression:
Stored size: 250 Bytes
Contents
require "emay_soap/version" require "emay_soap/client" require "emay_soap/configurable" module EmaySoap class << self include EmaySoap::Configurable def client @client = EmaySoap::Client.new(options) @client end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
emay_soap-0.0.2 | lib/emay_soap.rb |
emay_soap-0.0.1 | lib/emay_soap.rb |