Sha256: 210a2998668f374aee9946e7be50293dd3ba0127b873a07ac35e7b52ce963e12
Contents?: true
Size: 443 Bytes
Versions: 2
Compression:
Stored size: 443 Bytes
Contents
require 'amazon_seller_central/configuration' require 'amazon_seller_central/mechanizer' require 'amazon_seller_central/feedback' require 'amazon_seller_central/feedback_page' module AmazonSellerCentral def self.configuration @configuration ||= AmazonSellerCentral::Configuration.new end def self.configure yield configuration if block_given? end def self.mechanizer AmazonSellerCentral::Mechanizer.instance end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
amazon_seller_central-0.1.1 | lib/amazon_seller_central.rb |
amazon_seller_central-0.1.0 | lib/amazon_seller_central.rb |