Sha256: 958c41c5eac4eb2b4dcf02e7cdb4a00edc684c1f9a9de8e8871fef969d2f5294
Contents?: true
Size: 369 Bytes
Versions: 3
Compression:
Stored size: 369 Bytes
Contents
module Ebanx module Command class DocumentBalance < Command def initialize(params) @params = params @request_method = :get @request_action = 'documentbalance' @response_type = :json end def validate validate_presence :currency_code validate_presence :document end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ebanx-1.3.1 | lib/ebanx/command/document_balance.rb |
ebanx-1.3.0 | lib/ebanx/command/document_balance.rb |
ebanx-1.2.0 | lib/ebanx/command/document_balance.rb |