Method: GoodData::Rest::ObjectFactory#find

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

#find(type, opts = {}) ⇒ Object



46
47
48
# File 'lib/gooddata/rest/object_factory.rb', line 46

def find(type, opts = {})
  type.send('find', opts, @client)
end