class MasterCard::API::Vending::SDKConfig
Public Class Methods
getHost()
click to toggle source
# File lib/mastercard/api/vending/skdconfig.rb, line 40 def self.getHost() return @@host end
getVersion()
click to toggle source
# File lib/mastercard/api/vending/skdconfig.rb, line 44 def self.getVersion() return "1.0.1" end
setHost(host)
click to toggle source
# File lib/mastercard/api/vending/skdconfig.rb, line 36 def self.setHost(host) @@host = host end