Sha256: 992b6bc2ba78e3ee77e4ab1b53bfbe50f0d6e58519a0eafebdfb59efc0483a2e
Contents?: true
Size: 481 Bytes
Versions: 75
Compression:
Stored size: 481 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. require_relative 'schema_blueprint' module GoodData module Model class DateDimension < GoodData::Model::SchemaBlueprint # Returns urn of the date dataset # # @return [String] def urn data[:urn] end end end end
Version data entries
75 entries across 75 versions & 1 rubygems