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