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

#tagsObject



6
7
8
# File 'lib/zm/modules/belongs_to_tag.rb', line 6

def tags
  @tags ||= AccountObject::TagsCollection.new(self)
end