Class: Mdm::TaskSession

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/mdm/task_session.rb

Overview

Join model between Session and Task that signifies that the #task spawned the #session.

Instance Attribute Summary collapse

Instance Attribute Details

#created_atDateTime

When this task session was created.

Returns:

  • (DateTime)


# File 'app/models/mdm/task_session.rb', line 21

#updated_atDateTime

The last time this task session was updated.

Returns:

  • (DateTime)


# File 'app/models/mdm/task_session.rb', line 26