Sha256: 0249297e156d9aa421bc59c78f7d3e209c6737e0d2af093970de4a8a2cd9aa3f
Contents?: true
Size: 539 Bytes
Versions: 77
Compression:
Stored size: 539 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 'blueprint_field' module GoodData module Model class FactBlueprintField < BlueprintField # Returns gd_data_type # # @return [String] returns gd_data_type of the fact def gd_data_type data[:gd_data_type] || Model::DEFAULT_FACT_DATATYPE end end end end
Version data entries
77 entries across 77 versions & 1 rubygems