Module: Zm::Client::BelongsToTag
- Included in:
- Appointment, Contact, Document, Message, Task
- Defined in:
- lib/zm/modules/belongs_to_tag.rb
Instance Method Summary collapse
Instance Method Details
#tags ⇒ Object
6 7 8 |
# File 'lib/zm/modules/belongs_to_tag.rb', line 6 def @tags ||= AccountObject::TagsCollection.new(self) end |