Class: Salesforce::Bulk::Batch::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/salesforce/bulk/batch.rb

Instance Attribute Summary collapse

Instance Attribute Details

#createdObject

Returns the value of attribute created

Returns:

  • (Object)

    the current value of created



8
9
10
# File 'lib/salesforce/bulk/batch.rb', line 8

def created
  @created
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



8
9
10
# File 'lib/salesforce/bulk/batch.rb', line 8

def error
  @error
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



8
9
10
# File 'lib/salesforce/bulk/batch.rb', line 8

def id
  @id
end

#successObject

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



8
9
10
# File 'lib/salesforce/bulk/batch.rb', line 8

def success
  @success
end