Sha256: 5f2a70f800dae9f05fbe8c0575417eb21250044fc8c719526fec24115873a00d

Contents?: true

Size: 412 Bytes

Versions: 27

Compression:

Stored size: 412 Bytes

Contents

# Ruby wrapper for the magento api
#
# Author::    Preston Stuteville  (mailto:preston.stuteville@gmail.com)
# License::   MIT
#
# Inspiration from the Magento plugin from Tim Matheson (http://github.com/timmatheson/Magento) 
       
require 'magento/connection'

#require 'xmlrpc'
require 'xmlrpc/client'

require 'magento/base'

XMLRPC::Config::ENABLE_NIL_PARSER = true
XMLRPC::Config::ENABLE_NIL_CREATE = true

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
magentor-0.3.1 lib/magentor.rb
magentor-0.3.0 lib/magentor.rb
magentor-0.2.18 lib/magentor.rb
magentor-0.2.17 lib/magentor.rb
magentor-0.2.16 lib/magentor.rb
magentor-0.2.15 lib/magentor.rb
magentor-0.2.14 lib/magentor.rb
magentor-0.2.13 lib/magentor.rb
magentor-0.2.12 lib/magentor.rb
magentor-0.2.11 lib/magentor.rb
magentor-0.2.10 lib/magentor.rb
magentor-0.2.9 lib/magentor.rb
magentor-0.2.8 lib/magentor.rb
magentor-0.2.7 lib/magentor.rb
magentor-0.2.6 lib/magentor.rb
magentor-0.2.5 lib/magentor.rb
magentor-0.2.4 lib/magentor.rb
magentor-0.2.3 lib/magentor.rb
magentor-0.2.2 lib/magentor.rb
magentor-0.2.1 lib/magentor.rb