Class: Zimbra::CalendarService::Parser

Inherits:
FolderService::Parser show all
Defined in:
lib/zimbra/calendar.rb

Constant Summary

Constants inherited from FolderService::Parser

FolderService::Parser::ATTRIBUTE_MAPPING

Class Method Summary collapse

Methods inherited from FolderService::Parser

folder_response, get_all_response

Class Method Details

.initialize_from_attributes(folder_attributes) ⇒ Object



21
22
23
# File 'lib/zimbra/calendar.rb', line 21

def initialize_from_attributes(folder_attributes)
  Zimbra::Calendar.new(folder_attributes)
end