class MasterCard::API::Repower::RePowerTransferReversal
Public Class Methods
create(mapObj)
click to toggle source
# File lib/mastercard/api/repower/repowertransferreversal.rb, line 60 def self.create(mapObj) # #Creates object of type RePowerTransferReversal # #@param Dict mapObj, containing the required parameters to create a new object #@return [RePowerTransferReversal] of the response of created instance. #@raise [APIException] an exception from the response status return self.execute("89b2c728-d349-4f61-b2f6-531b29a47993", RePowerTransferReversal.new(mapObj)) end
Protected Class Methods
getOperationConfig(uuid)
click to toggle source
# File lib/mastercard/api/repower/repowertransferreversal.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/repower/repowertransferreversal.rb, line 53 def self.getOperationMetadata() return OperationMetadata.new(ResourceConfig.instance.getVersion(), ResourceConfig.instance.getHost(), ResourceConfig.instance.getContext()) end