module Tilia::CalDav::Xml::Notification::NotificationInterface
This interface reflects a single notification type.
@copyright Copyright (C) 2007-2015 fruux GmbH (fruux.com/). @author Evert Pot (evertpot.com/) @license sabre.io/license/ Modified BSD License
Public Instance Methods
etag()
click to toggle source
Returns the ETag for this notification.
The ETag must be surrounded by literal double-quotes.
@return string
# File lib/tilia/cal_dav/xml/notification/notification_interface.rb, line 35 def etag end
id()
click to toggle source
Returns a unique id for this notification
This is just the base url. This should generally be some kind of unique id.
@return string
# File lib/tilia/cal_dav/xml/notification/notification_interface.rb, line 27 def id end
xml_serialize_full(writer)
click to toggle source
This method serializes the entire notification, as it is used in the response body.
@param Writer writer @return void
# File lib/tilia/cal_dav/xml/notification/notification_interface.rb, line 18 def xml_serialize_full(writer) end