Sha256: 4e9622488f0d85043b2354d3702a4e91b24cbec0801ee8133ea9d1950bb63d9d
Contents?: true
Size: 222 Bytes
Versions: 6
Compression:
Stored size: 222 Bytes
Contents
module Targetdata class Configuration attr_accessor :username, :password, :company_id, :client_secret, :grant_type, :client_id def initialize @grant_type = 'password' @client_id = 2 end end end
Version data entries
6 entries across 6 versions & 1 rubygems