Class: Restforce::Bulk::Result
- Inherits:
-
Object
- Object
- Restforce::Bulk::Result
- Includes:
- Attributes
- Defined in:
- lib/restforce/bulk/result.rb
Instance Attribute Summary collapse
-
#batch_id ⇒ Object
Returns the value of attribute batch_id.
-
#created ⇒ Object
Returns the value of attribute created.
-
#error ⇒ Object
Returns the value of attribute error.
-
#id ⇒ Object
Returns the value of attribute id.
-
#job_id ⇒ Object
Returns the value of attribute job_id.
-
#success ⇒ Object
Returns the value of attribute success.
Instance Method Summary collapse
- #content ⇒ Object
-
#initialize(attributes = {}) ⇒ Result
constructor
A new instance of Result.
Methods included from Attributes
Constructor Details
#initialize(attributes = {}) ⇒ Result
Returns a new instance of Result.
8 9 10 |
# File 'lib/restforce/bulk/result.rb', line 8 def initialize(attributes={}) assign_attributes(attributes) end |
Instance Attribute Details
#batch_id ⇒ Object
Returns the value of attribute batch_id.
6 7 8 |
# File 'lib/restforce/bulk/result.rb', line 6 def batch_id @batch_id end |
#created ⇒ Object
Returns the value of attribute created.
6 7 8 |
# File 'lib/restforce/bulk/result.rb', line 6 def created @created end |
#error ⇒ Object
Returns the value of attribute error.
6 7 8 |
# File 'lib/restforce/bulk/result.rb', line 6 def error @error end |
#id ⇒ Object
Returns the value of attribute id.
6 7 8 |
# File 'lib/restforce/bulk/result.rb', line 6 def id @id end |
#job_id ⇒ Object
Returns the value of attribute job_id.
6 7 8 |
# File 'lib/restforce/bulk/result.rb', line 6 def job_id @job_id end |
#success ⇒ Object
Returns the value of attribute success.
6 7 8 |
# File 'lib/restforce/bulk/result.rb', line 6 def success @success end |