Sha256: 769c4317dd1daeb44d165304a20eed2a8857abd7196e72d23fed860d4469e216
Contents?: true
Size: 638 Bytes
Versions: 29
Compression:
Stored size: 638 Bytes
Contents
# encoding: UTF-8 # # Copyright (c) 2010-2015 GoodData Corporation. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. 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
29 entries across 29 versions & 2 rubygems