Sha256: c10926e5edba72045a4dab37d53f3680e8d158f3936327563cef6c606d1b1eae
Contents?: true
Size: 668 Bytes
Versions: 22
Compression:
Stored size: 668 Bytes
Contents
module Myfinance module Entities class Category < Base attribute :account_id, Integer attribute :cost, Boolean attribute :created_at, DateTime attribute :excel_import_id, Integer attribute :force_destroy, Boolean attribute :full_name, String attribute :guid, String attribute :id, Integer attribute :imported_from_sync, Boolean attribute :interested_users_ids, Array attribute :modified_by_sync, Boolean attribute :name, String attribute :parent_id, Integer attribute :revenue, Boolean attribute :updated_at, DateTime attribute :use_count, Integer end end end
Version data entries
22 entries across 22 versions & 1 rubygems