Module: Jtv
- Extended by:
- Configuration
- Defined in:
- lib/jtv.rb,
lib/jtv/user.rb,
lib/jtv/client.rb,
lib/jtv/stream.rb,
lib/jtv/channel.rb,
lib/jtv/version.rb,
lib/jtv/defaults.rb,
lib/jtv/configuration.rb
Defined Under Namespace
Modules: Channel, Configuration, Defaults, Stream, User Classes: Client
Constant Summary collapse
- VERSION =
"2.0.0"
Instance Attribute Summary
Attributes included from Configuration
#consumer_key, #consumer_secret
Class Method Summary collapse
Methods included from Configuration
Class Method Details
.client ⇒ Object
9 10 11 |
# File 'lib/jtv.rb', line 9 def client @client ||= Jtv::Client.new end |
.respond_to_missing?(method_name, include_private = false) ⇒ Boolean
13 14 15 |
# File 'lib/jtv.rb', line 13 def respond_to_missing?(method_name, include_private=false) client.respond_to?(method_name, include_private) || super end |