Sha256: 332205092d43c4323ae6025f58bac5fb95e3698455b00be08f725f096846fc20
Contents?: true
Size: 433 Bytes
Versions: 7
Compression:
Stored size: 433 Bytes
Contents
module Myfinance module Entities class SaleAccount < Base attribute :id attribute :name attribute :entity_id attribute :description attribute :provider attribute :payment_methods attribute :category_id attribute :person_id attribute :classification_center_id attribute :custom_classifications attribute :created_at attribute :updated_at end end end
Version data entries
7 entries across 7 versions & 1 rubygems