class MasterCard::API::Qkr::UpdatePassword

Protected Class Methods

getOperationConfig(operationUUID) click to toggle source
# File lib/mastercard/api/qkr/updatepassword.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/qkr/updatepassword.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

Public Instance Methods

update() click to toggle source
# File lib/mastercard/api/qkr/updatepassword.rb, line 61
def update
    #
    #Updates an object of type UpdatePassword
    #
    #@return [UpdatePassword] object representing the response.
    #@raise [APIException] an exception from the response status
    #
    return self.class.execute("cfe8c668-daf8-4070-85a2-c65d9de0d36c",self)
end