Sha256: b1a3c6afd87f03d91f30c08b7585fc56dbb9eca2106f8f2bb869e7d1af5f0cfa
Contents?: true
Size: 334 Bytes
Versions: 28
Compression:
Stored size: 334 Bytes
Contents
module Unit class Transaction < APIResource path '/transactions' attribute :direction, Types::String attribute :amount, Types::Integer attribute :balance, Types::Integer attribute :summary, Types::String attribute :created_at, Types::DateTime, readonly: true include ResourceOperations::List end end
Version data entries
28 entries across 28 versions & 1 rubygems