Sha256: 0f15bd5cbc4246acf1773900f83d7a4a317cf6167425033f61a3cc66d9cdc9b1

Contents?: true

Size: 644 Bytes

Versions: 4

Compression:

Stored size: 644 Bytes

Contents

# This file was auto-generated by Remi but is expected to be overwritten.
# Put anything in here that should be shared by all jobs.

require 'bundler/setup'
require 'remi'

class AllJobsShared < Remi::Job

  param :sftp do
    {
      host: 'example.com',
      username: 'user',
      password: '1234567890'
    }
  end

  param :salesforce_credentials do
    {
      host: 'login.salesforce.com',
      username: 'user@example.com',
      password: 'password',
      security_token: '4342jn3j4n32n4',
      client_id: 'dkfjsdkfjoasdjdf',
      client_secret: '28357245723475',
      instance_url: 'https://na1.salesforce.com'
    }
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
remi-0.3.3 jobs/all_jobs_shared.rb
remi-0.3.2 jobs/all_jobs_shared.rb
remi-0.3.1 jobs/all_jobs_shared.rb
remi-0.3.0 jobs/all_jobs_shared.rb