Sha256: 9302bb1039ee39851b2494c830fbfd66ed2ecf6b6bb289458ba6a7a6d9735ae7

Contents?: true

Size: 387 Bytes

Versions: 4

Compression:

Stored size: 387 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'

module GoodData
  module LCM2
    module Type
      class EnumType < BaseType
        CATEGORY = :special
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gooddata-0.6.53 lib/gooddata/lcm/types/special/enum.rb
gooddata-0.6.52 lib/gooddata/lcm/types/special/enum.rb
gooddata-0.6.51 lib/gooddata/lcm/types/special/enum.rb
gooddata-0.6.50 lib/gooddata/lcm/types/special/enum.rb