module Simplecast

Constants

VERSION

Public Class Methods

client() click to toggle source
# File lib/simplecast.rb, line 19
def client
  @client = Simplecast::Client.new(options) unless defined?(@client)
  @client
end