Module: Gensee
- Extended by:
- Configurable
- Defined in:
- lib/gensee.rb,
lib/gensee/client.rb,
lib/gensee/version.rb,
lib/gensee/configurable.rb,
lib/gensee/client/training.rb
Defined Under Namespace
Modules: Configurable Classes: Client
Constant Summary collapse
- VERSION =
"0.1.0"
Constants included from Configurable
Instance Attribute Summary
Attributes included from Configurable
Class Method Summary collapse
-
.client ⇒ Gensee::Client
Gensee API Wrapper client.
Methods included from Configurable
configure, default_options, keys, options, user_agent
Class Method Details
.client ⇒ Gensee::Client
Returns Gensee API Wrapper client.
10 11 12 13 |
# File 'lib/gensee.rb', line 10 def client @client = Gensee::Client.new() @client end |