Method: GoodData::Rest::Client#create

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

#create(klass, data = {}, opts = {}) ⇒ Object

Factory stuff



229
230
231
# File 'lib/gooddata/rest/client.rb', line 229

def create(klass, data = {}, opts = {})
  @factory.create(klass, data, opts)
end