Class: SfCli::Sf::Data::BulkResultV2
- Inherits:
-
Struct
- Object
- Struct
- SfCli::Sf::Data::BulkResultV2
- Defined in:
- lib/sf_cli/sf/data/bulk_result_v2.rb
Overview
Bulk Result information that contains JobInfo and BulkRecordsV2
Instance Attribute Summary collapse
-
#job_info ⇒ Object
Returns the value of attribute job_info.
-
#records ⇒ Object
Returns the value of attribute records.
Instance Attribute Details
#job_info ⇒ Object
Returns the value of attribute job_info
74 75 76 |
# File 'lib/sf_cli/sf/data/bulk_result_v2.rb', line 74 def job_info @job_info end |
#records ⇒ Object
Returns the value of attribute records
74 75 76 |
# File 'lib/sf_cli/sf/data/bulk_result_v2.rb', line 74 def records @records end |