Sha256: ea67077ed8dacf60e19ba58ad70d47d6a6ebd57f1ec7bc037827c51d8cd37c64
Contents?: true
Size: 346 Bytes
Versions: 4
Compression:
Stored size: 346 Bytes
Contents
module Ebanx module Command class ResendPaymentNotification < Command def initialize(params) @params = params @request_method = :post @request_action = 'everest/resendNotification' @response_type = :json end def validate validate_presence :hash end end end end
Version data entries
4 entries across 4 versions & 1 rubygems