Class: Restforce::DB::TaskMapping
- Inherits:
-
Struct
- Object
- Struct
- Restforce::DB::TaskMapping
- 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
-
#id ⇒ Object
Returns the value of attribute id.
-
#mapping ⇒ Object
Returns the value of attribute mapping.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
10 11 12 |
# File 'lib/restforce/db/worker.rb', line 10 def id @id end |
#mapping ⇒ Object
Returns the value of attribute mapping
10 11 12 |
# File 'lib/restforce/db/worker.rb', line 10 def mapping @mapping end |