Sha256: c8e8d384e9d0dd658b616120fa4f93b4a63ca4418172ea9aee3a156d0727cf25
Contents?: true
Size: 328 Bytes
Versions: 4
Compression:
Stored size: 328 Bytes
Contents
module Bcx # Bcx::Configuration # Provides a configuration block for setting up the Bcx client # Example: # # Bcx.configure do |config| # config.account = '1234567890' # end # 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-0.2.0 | lib/bcx/configuration.rb |
bcx-0.1.1 | lib/bcx/configuration.rb |
bcx-0.1.0 | lib/bcx/configuration.rb |
bcx-0.0.2 | lib/bcx/configuration.rb |