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
73 74 75 |
# File 'lib/sf_cli/sf/data/bulk_result_v2.rb', line 73 def job_info @job_info end |
#records ⇒ Object
Returns the value of attribute records
73 74 75 |
# File 'lib/sf_cli/sf/data/bulk_result_v2.rb', line 73 def records @records end |