Sha256: f6d5534c24fabb01696fe4c07205e8cbe9286fe52e66f507c0562d9447ceb0f8
Contents?: true
Size: 342 Bytes
Versions: 2
Compression:
Stored size: 342 Bytes
Contents
module Xpanse2go class Configuration attr_accessor :account_id, :account_number, :account_number_cod, :token, :production def initialize @account_id = 'XPANSE' @token = 'bVHQGxZLML' @account_number = '1' @account_number_cod = '1' @production = false end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
xpanse_2go-0.1.3 | lib/xpanse_2go/configuration.rb |
xpanse_2go-0.1.2 | lib/xpanse_2go/configuration.rb |