class Console::Event::Progress

def to_h

def to_h
	{current: @current, total: @total}
end