Class: GroupNonMember

Inherits:
GroupBuiltin show all
Defined in:
app/models/group_non_member.rb

Overview

Redmine - project management software Copyright (C) 2006-2017 Jean-Philippe Lang

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

Since:

  • 2.6.0

Constant Summary

Constants inherited from Principal

Principal::STATUS_ACTIVE, Principal::STATUS_ANONYMOUS, Principal::STATUS_LOCKED, Principal::STATUS_REGISTERED

Instance Method Summary collapse

Methods inherited from GroupBuiltin

#builtin?, create_instance, #destroy, load_instance, #user_added, #validate_uniqueness

Methods inherited from Group

anonymous, #builtin?, #givable?, human_attribute_name, #name=, non_member, #to_s, #user_added, #user_removed

Methods included from Redmine::SafeAttributes

#delete_unsafe_attributes, #safe_attribute?, #safe_attribute_names, #safe_attributes=

Methods inherited from Principal

#<=>, detect_by_keyword, fields_for_order_statement, #mail, #mail=, #member_of?, #nullify_projects_default_assigned_to, #project_ids, #reload, #visible?

Instance Method Details

#builtin_typeObject



23
24
25
# File 'app/models/group_non_member.rb', line 23

def builtin_type
  "non_member"
end

#nameObject



19
20
21
# File 'app/models/group_non_member.rb', line 19

def name
  l(:label_group_non_member)
end