Class: Zimbra::CalendarService
- Inherits:
-
FolderService
- Object
- Handsoap::Service
- HandsoapAccountService
- FolderService
- Zimbra::CalendarService
- Defined in:
- lib/zimbra/calendar.rb
Defined Under Namespace
Classes: Parser
Instance Method Summary collapse
Methods inherited from FolderService
Methods inherited from HandsoapAccountService
#on_create_document, #on_response_document
Methods included from HandsoapAccountUriOverrides
#envelope_namespace, #request_content_type, #uri
Methods included from HandsoapAccountNamespaces
#request_namespaces, #response_namespaces
Methods included from HandsoapErrors
#http_error?, #http_not_found?, #on_after_create_http_request, #on_http_error, #report_error, #soap_fault_not_found?
Instance Method Details
#parse_xml_responses(xml) ⇒ Object
15 16 17 |
# File 'lib/zimbra/calendar.rb', line 15 def parse_xml_responses(xml) Parser.get_all_response(xml) end |