Class: GoodData::Command::DataWarehouse
- Defined in:
 - lib/gooddata/commands/datawarehouse.rb
 
Overview
Also known as ADS and DSS
Class Method Summary collapse
- 
  
    
      .create(options = { client: GoodData.connection })  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Create new project based on options supplied.
 
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( = { client: GoodData.connection }) description = [:summary] || [:description] GoodData::DataWarehouse.create(.merge(:description => description)) end  |