class MasterCard::API::MerchantIdentifier::MerchantIds
Public Class Methods
query(criteria)
click to toggle source
# File lib/mastercard/api/merchantidentifier/merchantids.rb, line 65 def self.query(criteria) # #Query objects of type MerchantIds by id and optional criteria #@param [Dict] criteria #@return [MerchantIds] object representing the response. #@raise [APIException] an exception from the response status # return self.execute("301aa6b6-1563-420b-8d0d-90d9a083b968",MerchantIds.new(criteria)) end
Protected Class Methods
getOperationConfig(operationUUID)
click to toggle source
# File lib/mastercard/api/merchantidentifier/merchantids.rb, line 46 def self.getOperationConfig(operationUUID) if @__store.key?(operationUUID) return @__store[operationUUID] end raise NotImplementedError.new("Invalid operationUUID supplied:"+ operationUUID) end
getOperationMetadata()
click to toggle source
# File lib/mastercard/api/merchantidentifier/merchantids.rb, line 53 def self.getOperationMetadata() return OperationMetadata.new(ResourceConfig.instance.getVersion(), ResourceConfig.instance.getHost(), ResourceConfig.instance.getContext(), ResourceConfig.instance.getJsonNative(), ResourceConfig.instance.getContentTypeOverride()) end