Class: Restforce::DB::TaskMapping
- Inherits:
-
Struct
- Object
- Struct
- Restforce::DB::TaskMapping
- 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
-
#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
18 19 20 |
# File 'lib/restforce/db/task_manager.rb', line 18 def id @id end |
#mapping ⇒ Object
Returns the value of attribute mapping
18 19 20 |
# File 'lib/restforce/db/task_manager.rb', line 18 def mapping @mapping end |