Method: Playapi.client

Defined in:
lib/playapi.rb

.clientObject



31
32
33
34
# File 'lib/playapi.rb', line 31

def client
  @client = Playapi::Client.new(options) unless defined?(@client) && @client.hash == options.hash
  @client
end