Sha256: 62230d49ac6f34c4f8ebd9e4e4b2ad789df8808f110cf9d843d295232c10da32

Contents?: true

Size: 482 Bytes

Versions: 66

Compression:

Stored size: 482 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 GdLogger < ClassType
        CATEGORY = :class

        def check(value)
          value.class == Logger
        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_logger.rb
gooddata-1.2.1 lib/gooddata/lcm/types/class/gd_logger.rb
gooddata-1.2.0-java lib/gooddata/lcm/types/class/gd_logger.rb
gooddata-1.2.0 lib/gooddata/lcm/types/class/gd_logger.rb
gooddata-1.1.0-java lib/gooddata/lcm/types/class/gd_logger.rb
gooddata-1.1.0 lib/gooddata/lcm/types/class/gd_logger.rb