Method: GoodData::Rest::Object#client
- Defined in:
- lib/gooddata/rest/object.rb
#client(opts = {}) ⇒ Object
53 54 55 |
# File 'lib/gooddata/rest/object.rb', line 53 def client(opts = {}) @client || GoodData::Rest::Object.client(opts) end |