class Calendav::SyncCollection
Attributes
changes[R]
deletions[R]
more[R]
sync_token[R]
Public Class Methods
new(changes, deletions, sync_token, more)
click to toggle source
# File lib/calendav/sync_collection.rb, line 7 def initialize(changes, deletions, sync_token, more) @changes = changes @deletions = deletions @sync_token = sync_token @more = more end
Public Instance Methods
more?()
click to toggle source
# File lib/calendav/sync_collection.rb, line 14 def more? more end