| Class | Equipment |
| In: |
app/models/equipment.rb
|
| Parent: | ActiveRecord::Base |
| Original by: | Sysphonic |
| Authors: | MORITA Shintaro |
| Copyright: | Copyright (c) 2007 MORITA Shintaro, Sysphonic. All rights reserved. |
| License: | New BSD License (See LICENSE file) |
| URL: | http://sysphonic.com/ |
Equipment is related to Schedules, in short, ‘reserved’.
Gets Groups array which this Equipment belongs to.
| return: | Groups array without empty element. If no Groups, returns empty array. |
Gets Teams array which this Equipment belongs to.
| return: | Teams array without empty element. If no Teams, returns empty array. |
Gets Users array which this Equipment belongs to.
| return: | Users array without empty element. If no Users, returns empty array. |