Sha256: e2d065db543889ef8a205a83c770443e9dcecbac4ac540f8362300cabbb41d98
Contents?: true
Size: 332 Bytes
Versions: 1
Compression:
Stored size: 332 Bytes
Contents
# ## Configuration # # Provides a configuration block for setting up the Bcx client # # Example: # # Bcx.configure do |config| # config.account = '1234567890' # end # module Bcx class Configuration attr_accessor :account, :api_version, :user_agent def initialize @api_version = 'v1' end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bcx-1.1.0 | lib/bcx/configuration.rb |