Sha256: 37f6904da49203817a7b75494624f6815bc13eabab7aa58ddebc904bade36ed7
Contents?: true
Size: 319 Bytes
Versions: 4
Compression:
Stored size: 319 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 def initialize @api_version = 'v1' end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
bcx-1.0.0 | lib/bcx/configuration.rb |
bcx-0.4.0 | lib/bcx/configuration.rb |
bcx-0.3.0 | lib/bcx/configuration.rb |
bcx-0.2.1 | lib/bcx/configuration.rb |