Sha256: 834ac0e2a8586575a0510ddd18efea1a19e1866791e66fe3014ed77feb547ce8
Contents?: true
Size: 475 Bytes
Versions: 77
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 BooleanType < BaseType CATEGORY = :scalar INTERNAL_TYPE = Integer def check(_value) true end end end end end
Version data entries
77 entries across 77 versions & 1 rubygems