class Bumbleworks::Api::TrackerPresenter

Public Instance Methods

to_hash() click to toggle source
# File lib/bumbleworks/api/lib/presenters/tracker_presenter.rb, line 4
def to_hash
  {
    :id => presented.id,
    :waiting_expression => presented.waiting_expression,
    :original_hash => presented.original_hash,
    :action => presented.action,
    :conditions => presented.conditions,
    :process_id => presented.wfid
  }
end