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



4
5
6
# File 'lib/salesforce/bulk/batch.rb', line 4

def created
  @created
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



4
5
6
# File 'lib/salesforce/bulk/batch.rb', line 4

def error
  @error
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



4
5
6
# File 'lib/salesforce/bulk/batch.rb', line 4

def id
  @id
end

#successObject

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



4
5
6
# File 'lib/salesforce/bulk/batch.rb', line 4

def success
  @success
end