Method: GoodData::Rest::Object.client

Defined in:
lib/gooddata/rest/object.rb

.client(opts = { :client => GoodData.connection }) ⇒ Object



65
66
67
# File 'lib/gooddata/rest/object.rb', line 65

def client(opts = { :client => GoodData.connection })
  opts[:client] # || GoodData.client
end