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
9
10
# File 'lib/zm/modules/belongs_to_tag.rb', line 6

def tags
  return @tags if defined? @tags

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