Class: Restforce::DB::TaskMapping

Inherits:
Struct
  • Object
show all
Defined in:
lib/restforce/db/task_manager.rb

Overview

TaskMapping is a small data structure used to pass top-level task information through to a SynchronizationError when necessary.

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



18
19
20
# File 'lib/restforce/db/task_manager.rb', line 18

def id
  @id
end

#mappingObject

Returns the value of attribute mapping

Returns:

  • (Object)

    the current value of mapping



18
19
20
# File 'lib/restforce/db/task_manager.rb', line 18

def mapping
  @mapping
end