Module: Simplecast

Extended by:
Configurable
Defined in:
lib/simplecast.rb,
lib/simplecast/model.rb,
lib/simplecast/client.rb,
lib/simplecast/episode.rb,
lib/simplecast/podcast.rb,
lib/simplecast/version.rb,
lib/simplecast/statistic.rb,
lib/simplecast/configurable.rb,
lib/simplecast/client/episode.rb,
lib/simplecast/client/podcast.rb,
lib/simplecast/client/resource.rb,
lib/simplecast/client/statistic.rb

Defined Under Namespace

Modules: Configurable, Model Classes: Client, Episode, Podcast, Statistic

Constant Summary collapse

VERSION =
"0.0.1"

Instance Attribute Summary

Attributes included from Configurable

#api_key, #podcast_id

Class Method Summary collapse

Methods included from Configurable

configure, keys, options

Class Method Details

.clientObject



19
20
21
22
# File 'lib/simplecast.rb', line 19

def client
  @client = Simplecast::Client.new(options) unless defined?(@client)
  @client
end