Sha256: fb6afb3f6f1c8e7f06ff71c4042b61002eade9a96cc8d7474c463f195c50ae30
Contents?: true
Size: 419 Bytes
Versions: 23
Compression:
Stored size: 419 Bytes
Contents
module Myfinance module Entities class ClassificationCenter < Base attribute :cost_center, Boolean attribute :created_at, DateTime attribute :entity_id, Integer attribute :excel_import_id, Integer attribute :id, Integer attribute :name, String attribute :revenue_center, Boolean attribute :updated_at, DateTime attribute :use_count, Integer end end end
Version data entries
23 entries across 23 versions & 1 rubygems