Sha256: 7f716fd9209b02a482762ce13bcf08727df98d55f6594fe5325e6465e32ace87
Contents?: true
Size: 462 Bytes
Versions: 3
Compression:
Stored size: 462 Bytes
Contents
module Myfinance module Entities class SaleAccount < Base attribute :category_id attribute :classification_center_id attribute :consolidate attribute :created_at attribute :custom_classifications attribute :description attribute :entity_id attribute :id attribute :name attribute :payment_methods attribute :person_id attribute :provider attribute :updated_at end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
myfinance-1.6.5 | lib/myfinance/entities/sale_account.rb |
myfinance-1.6.4 | lib/myfinance/entities/sale_account.rb |
myfinance-1.6.3 | lib/myfinance/entities/sale_account.rb |