Class: SfCli::Sf::Data::BulkResultV2

Inherits:
Struct
  • Object
show all
Defined in:
lib/sf_cli/sf/data/bulk_result_v2.rb

Overview

Bulk Result information that contains JobInfo and BulkRecordsV2

Instance Attribute Summary collapse

Instance Attribute Details

#job_infoObject

Returns the value of attribute job_info

Returns:

  • (Object)

    the current value of job_info



73
74
75
# File 'lib/sf_cli/sf/data/bulk_result_v2.rb', line 73

def job_info
  @job_info
end

#recordsObject

Returns the value of attribute records

Returns:

  • (Object)

    the current value of records



73
74
75
# File 'lib/sf_cli/sf/data/bulk_result_v2.rb', line 73

def records
  @records
end