Module: MingleEventChanges

Defined in:
lib/mingle_event_changes.rb,
lib/mingle_event_changes/change.rb

Defined Under Namespace

Classes: AttachmentChange, CardCopyChange, CardTypeChange, CardTypeValue, CardValue, Change, Changes, CommentChange, NameChange, PropertyChange, PropertyDefinition, TagChange, UserValue, Value

Class Method Summary collapse

Class Method Details

.parse(xml) ⇒ Object



7
8
9
# File 'lib/mingle_event_changes.rb', line 7

def parse(xml)
  Changes.parse(xml).changes
end