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