Sha256: a4d76cc1e23f877706c47b6c407765c5c4c379517495b760c391a24ad0bc7250

Contents?: true

Size: 506 Bytes

Versions: 66

Compression:

Stored size: 506 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 '../base_type'

require_relative 'class'

module GoodData
  module LCM2
    module Type
      class GDDataProductType < ClassType
        CATEGORY = :class

        def check(value)
          value.class == GoodData::DataProduct
        end
      end
    end
  end
end

Version data entries

66 entries across 66 versions & 1 rubygems

Version Path
gooddata-1.2.1-java lib/gooddata/lcm/types/class/gd_product.rb
gooddata-1.2.1 lib/gooddata/lcm/types/class/gd_product.rb
gooddata-1.2.0-java lib/gooddata/lcm/types/class/gd_product.rb
gooddata-1.2.0 lib/gooddata/lcm/types/class/gd_product.rb
gooddata-1.1.0-java lib/gooddata/lcm/types/class/gd_product.rb
gooddata-1.1.0 lib/gooddata/lcm/types/class/gd_product.rb