Class: Restforce::DB::TaskMapping

Inherits:
Struct
  • Object
show all
Defined in:
lib/restforce/db/worker.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



10
11
12
# File 'lib/restforce/db/worker.rb', line 10

def id
  @id
end

#mappingObject

Returns the value of attribute mapping

Returns:

  • (Object)

    the current value of mapping



10
11
12
# File 'lib/restforce/db/worker.rb', line 10

def mapping
  @mapping
end