module GoodData::Mixin::NotUserGroup

Public Instance Methods

user_group?() click to toggle source

Returns true if the object is a fact false otherwise @return [Boolean]

# File lib/gooddata/mixins/not_group.rb, line 12
def user_group?
  false
end