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.2.0 lib/magentor.rb
magentor-0.1.10 lib/magentor.rb
magentor-0.1.9 lib/magentor.rb
magentor-0.1.8 lib/magentor.rb
magentor-0.1.7 lib/magentor.rb
magentor-0.1.2 lib/magentor.rb
magentor-0.1.0 lib/magento.rb