Module: CBS
- Extended by:
- Configuration
- Defined in:
- lib/cbs.rb,
lib/cbs/client.rb,
lib/cbs/request.rb,
lib/cbs/version.rb,
lib/cbs/client/teams.rb,
lib/cbs/configuration.rb,
lib/cbs/client/players.rb
Defined Under Namespace
Modules: Configuration, Request Classes: Client
Constant Summary collapse
- VERSION =
'0.0.1'.freeze
Constants included from Configuration
Configuration::VALID_OPTIONS_KEYS
Class Method Summary collapse
Methods included from Configuration
configure, extended, options, reset
Class Method Details
.new(opts = {}) ⇒ Object
8 9 10 |
# File 'lib/cbs.rb', line 8 def new(opts={}) CBS::Client.new(opts) end |