Sha256: 42628fb48b4c041627a2f30ec73fe6682b8d9b4c4f1bc91fb7c9fe8ccaf7af48

Contents?: true

Size: 460 Bytes

Versions: 29

Compression:

Stored size: 460 Bytes

Contents

# encoding: UTF-8
#
# Copyright (c) 2010-2015 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.

module GoodData
  module Mixin
    module IsLabel
      # Returns true if the object is a label false otherwise
      # @return [Boolean]
      def label?
        true
      end

      alias_method :display_form?, :label?
    end
  end
end

Version data entries

29 entries across 29 versions & 2 rubygems

Version Path
gooddata-0.6.30 lib/gooddata/mixins/is_label.rb
gooddata-0.6.29 lib/gooddata/mixins/is_label.rb
gooddata-0.6.28 lib/gooddata/mixins/is_label.rb
gooddata-0.6.27 lib/gooddata/mixins/is_label.rb
gooddata-0.6.26 lib/gooddata/mixins/is_label.rb
gooddata-0.6.25 lib/gooddata/mixins/is_label.rb
gooddata-0.6.24 lib/gooddata/mixins/is_label.rb
gooddata-0.6.23 lib/gooddata/mixins/is_label.rb
gooddata-0.6.22 lib/gooddata/mixins/is_label.rb