Class EtherpadLite::Diff
In: lib/etherpad-lite/models/diff.rb
Parent: Object

Represents a diff between two Pad revisions.

Methods

author_ids   authors   html   new  

Attributes

end_rev  [RW]  Diff end revision
instance  [RW]  The EtherpadLite::Instance object
pad  [RW]  The EtherpadLite::Pad object
start_rev  [RW]  Diff start revision

Public Class methods

If end_rev is not specified, the latest revision will be used

Public Instance methods

Returns the IDs of the authors who were involved in the diff

Returns Authors who were involved in the diff

Returns the diff as html

[Validate]