Method: Chore::UnitOfWork#created_at

Defined in:
lib/chore/unit_of_work.rb

#created_atObject

The time at which this unit of work was created



14
15
16
# File 'lib/chore/unit_of_work.rb', line 14

def created_at
  @created_at
end