Class: Mdm::TaskHost

Inherits:
ApplicationRecord
  • Object
show all
Defined in:
app/models/mdm/task_host.rb

Overview

Join model between Host and Task that signifies that the #task found the #host.

Instance Attribute Summary collapse

Instance Attribute Details

#created_atDateTime

When this task host was created.

Returns:

  • (DateTime)


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

#updated_atDateTime

The last time this task host was updated.

Returns:

  • (DateTime)


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