Class: GoodData::Command::DataWarehouse

Inherits:
Object
  • Object
show all
Defined in:
lib/gooddata/commands/datawarehouse.rb

Overview

Also known as ADS and DSS

Class Method Summary collapse

Class Method Details

.create(options = { client: GoodData.connection }) ⇒ Object

Create new project based on options supplied



13
14
15
16
# File 'lib/gooddata/commands/datawarehouse.rb', line 13

def create(options = { client: GoodData.connection })
  description = options[:summary] || options[:description]
  GoodData::DataWarehouse.create(options.merge(:description => description))
end