Sha256: 984364a662631cfdf2b67485d804d1253b2b7c55b3939860b4b34876ccf114cf

Contents?: true

Size: 346 Bytes

Versions: 5

Compression:

Stored size: 346 Bytes

Contents

module Ebanx
  module Command
    class DueDate < Command
      def initialize(params)
        @params         = params
        @request_method = :post
        @request_action = 'duedate'
        @response_type  = :json
      end

      def validate
        validate_presence :due_date
        validate_presence :hash
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ebanx-1.3.5 lib/ebanx/command/due_date.rb
ebanx-1.3.4 lib/ebanx/command/due_date.rb
ebanx-1.3.3 lib/ebanx/command/due_date.rb
ebanx-1.3.2 lib/ebanx/command/due_date.rb
ebanx-1.3.1 lib/ebanx/command/due_date.rb