Sha256: 7a66a0288e46288a9483c66e207f2e34938c953c60515886e9c070d855e1f023
Contents?: true
Size: 437 Bytes
Versions: 2
Compression:
Stored size: 437 Bytes
Contents
# encoding: UTF-8 module GoodData module Command # Also known as ADS and DSS class DataWarehouse class << self # Create new project based on options supplied def create(options = { client: GoodData.connection }) description = options[:summary] || options[:description] GoodData::DataWarehouse.create(options.merge(:description => description)) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gooddata-0.6.20 | lib/gooddata/commands/datawarehouse.rb |
gooddata-0.6.19 | lib/gooddata/commands/datawarehouse.rb |