Module: Ebay
- Defined in:
- lib/ebay/config.rb,
lib/ebay/browse.rb,
lib/ebay/finding.rb,
lib/ebay/version.rb,
lib/ebay/shopping.rb,
lib/ebay/requestable.rb,
lib/ebay/merchandising.rb,
lib/ebay/oauth/client_credentials_grant.rb
Overview
Ruby wrapper to the eBay APIs
Defined Under Namespace
Modules: Config, Oauth, Requestable Classes: Browse, Finding, Merchandising, Shopping
Constant Summary collapse
- VERSION =
'0.3.3'
Class Method Summary collapse
-
.configure {|Config| ... } ⇒ Object
Configures credentials for accessing the eBay APIs.
Class Method Details
.configure {|Config| ... } ⇒ Object
Configures credentials for accessing the eBay APIs
7 8 9 |
# File 'lib/ebay/config.rb', line 7 def self.configure yield Config end |