lib/xpanse_2go/configuration.rb in xpanse_2go-0.1.0 vs lib/xpanse_2go/configuration.rb in xpanse_2go-0.1.2

- old
+ new

@@ -1,12 +1,13 @@ module Xpanse2go class Configuration - attr_accessor :account_id, :account_number, :token, :production + attr_accessor :account_id, :account_number, :account_number_cod, :token, :production def initialize - @account_id = 'XPANSE' - @token = 'bVHQGxZLML' - @account_number = '1' - @production = false + @account_id = 'XPANSE' + @token = 'bVHQGxZLML' + @account_number = '1' + @account_number_cod = '1' + @production = false end end end