lib/ebay/config.rb in ebay-ruby-0.3.3 vs lib/ebay/config.rb in ebay-ruby-0.3.4
- old
+ new
@@ -6,10 +6,10 @@
# @yield {Config}
def self.configure
yield Config
end
- # Stores credentials for accessing the eBay APIs
+ # Configures credentials for accessing the eBay APIs
module Config
class << self
# @!attribute [rw] app_id
# @return [String] unique identifier for the application
# @note This attribute defaults to the `EBAY_APP_ID` environment variable.