Sha256: 93bb58237768501e9cc8af442b2978687ce160a1105883978f960397088c049b
Contents?: true
Size: 638 Bytes
Versions: 77
Compression:
Stored size: 638 Bytes
Contents
# encoding: UTF-8 # # Copyright (c) 2010-2017 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
77 entries across 77 versions & 1 rubygems