class MasterCard::API::AssuranceIq::ECommerceMessageConfidence
Protected Class Methods
getOperationConfig(uuid)
click to toggle source
# File lib/mastercard/api/assuranceiq/ecommercemessageconfidence.rb, line 46 def self.getOperationConfig(uuid) if @__store.key?(uuid) return @__store[uuid] end raise NotImplementedError.new("Invalid operationUUID supplied:"+ uuid) end
getOperationMetadata()
click to toggle source
# File lib/mastercard/api/assuranceiq/ecommercemessageconfidence.rb, line 53 def self.getOperationMetadata() return OperationMetadata.new(ResourceConfig.instance.getVersion(), ResourceConfig.instance.getHost(), ResourceConfig.instance.getContext()) end
Public Instance Methods
update()
click to toggle source
# File lib/mastercard/api/assuranceiq/ecommercemessageconfidence.rb, line 61 def update # #Updates an object of type ECommerceMessageConfidence # #@return [ECommerceMessageConfidence] object representing the response. #@raise [APIException] an exception from the response status # return self.class.execute("2c65b687-263e-4670-9b67-d31145b46b8c",self) end