Sha256: 8085acccc9bbd7cc535571bee96ca8d1661d415d221a2c5d190f524c2272c0d7

Contents?: true

Size: 324 Bytes

Versions: 1

Compression:

Stored size: 324 Bytes

Contents

module BloomRemit
  module Txns
    module Contracts
      class Create < Reform::Form

        property :recipient_type
        property :recipient_id
        property :sender_type
        property :sender_id
        property :amount
        property :account_name
        property :account_id

      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bloom_remit-0.0.1 app/concepts/bloom_remit/txns/contracts/create.rb