Module: Phishin::Client
- Extended by:
- Client
- Included in:
- Client
- Defined in:
- lib/phishin/client.rb,
lib/phishin/client/cache.rb,
lib/phishin/client/client.rb,
lib/phishin/client/errors.rb,
lib/phishin/client/version.rb
Defined Under Namespace
Classes: Cache, Client, EmptyResponseError, Error, MemcachedCache, RedisCache, TrackNotFoundError, UnsuccessfulResponseError
Constant Summary collapse
- VERSION =
'0.0.7'
Instance Method Summary collapse
-
#new(opts = {}) ⇒ Object
Wrapper for Client#initialize.
Instance Method Details
#new(opts = {}) ⇒ Object
Wrapper for Phishin::Client::Client#initialize.
19 20 21 |
# File 'lib/phishin/client.rb', line 19 def new(opts={}) Phishin::Client::Client.new(opts) end |