Sha256: ced825f7d0b155f09c0c6fdf84df183de11f4d25ba3aa0f98987608546d11ae0
Contents?: true
Size: 366 Bytes
Versions: 3
Compression:
Stored size: 366 Bytes
Contents
module Rexpense module Entities class AdvancementDevolution < Base attribute :id, Integer attribute :currency, String attribute :amount, Decimal attribute :deleted_at, DateTime attribute :date, DateTime attribute :payer, Rexpense::Entities::Organization attribute :receiver, Rexpense::Entities::User end end end
Version data entries
3 entries across 3 versions & 1 rubygems