module Restforce::Bulk
Constants
- MIME_TYPE_MAPPING
- VERSION
Public Class Methods
client()
click to toggle source
# File lib/restforce/bulk.rb, line 47 def self.client @client ||= Restforce::Bulk::Client.new end
client=(client)
click to toggle source
# File lib/restforce/bulk.rb, line 51 def self.client=(client) @client = client end