module MingleEventChanges

Public Instance Methods

parse(xml) click to toggle source
# File lib/mingle_event_changes.rb, line 7
def parse(xml)
  Changes.parse(xml).changes
end