Sha256: a8e65a683f7bca44d4b82e0c6f2f1d341895294d539c2988eb7d8ad4f071f67a

Contents?: true

Size: 475 Bytes

Versions: 11

Compression:

Stored size: 475 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 IntegerType < BaseType
        CATEGORY = :scalar
        INTERNAL_TYPE = Integer

        def check(_value)
          true
        end
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
gooddata-1.0.2-java lib/gooddata/lcm/types/scalar/integer.rb
gooddata-1.0.2 lib/gooddata/lcm/types/scalar/integer.rb
gooddata-1.0.1 lib/gooddata/lcm/types/scalar/integer.rb
gooddata-1.0.1-java lib/gooddata/lcm/types/scalar/integer.rb
gooddata-1.0.0-java lib/gooddata/lcm/types/scalar/integer.rb
gooddata-1.0.0 lib/gooddata/lcm/types/scalar/integer.rb
gooddata-0.6.54 lib/gooddata/lcm/types/scalar/integer.rb
gooddata-0.6.53 lib/gooddata/lcm/types/scalar/integer.rb
gooddata-0.6.52 lib/gooddata/lcm/types/scalar/integer.rb
gooddata-0.6.51 lib/gooddata/lcm/types/scalar/integer.rb
gooddata-0.6.50 lib/gooddata/lcm/types/scalar/integer.rb