class MasterCard::API::LostStolen::AccountInquiry
Protected Class Methods
getOperationConfig(uuid)
click to toggle source
# File lib/mastercard/api/loststolen/accountinquiry.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/loststolen/accountinquiry.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/loststolen/accountinquiry.rb, line 61 def update # #Updates an object of type AccountInquiry # #@return [AccountInquiry] object representing the response. #@raise [APIException] an exception from the response status # return self.class.execute("11c5cc43-e6b6-425b-806d-bea18eebe8a7",self) end