Sha256: 04c1f8345ecb44f6f500240a04a363c3541d4a91bdc23c3ccc10c953a89cd08d

Contents?: true

Size: 426 Bytes

Versions: 26

Compression:

Stored size: 426 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 NotUserGroup
      # Returns true if the object is a fact false otherwise
      # @return [Boolean]
      def user_group?
        false
      end
    end
  end
end

Version data entries

26 entries across 26 versions & 2 rubygems

Version Path
gooddata-0.6.30 lib/gooddata/mixins/not_group.rb
gooddata-0.6.29 lib/gooddata/mixins/not_group.rb
gooddata-0.6.28 lib/gooddata/mixins/not_group.rb
gooddata-0.6.27 lib/gooddata/mixins/not_group.rb
gooddata-0.6.26 lib/gooddata/mixins/not_group.rb
gooddata-0.6.25 lib/gooddata/mixins/not_group.rb