Sha256: 9a5cab9e5bcf07bcfbdeae0b3de7c4cb2847fa88979152e991a09d9e2ca2b10a
Contents?: true
Size: 473 Bytes
Versions: 30
Compression:
Stored size: 473 Bytes
Contents
module Myfinance module Entities class Entity < Base attribute :id, Integer attribute :name, String attribute :account_id, Integer attribute :charging_uuid, String attribute :created_at, DateTime attribute :default_in_menu, Boolean attribute :deleted_at, DateTime attribute :federation_subscription_number, String attribute :imported_from_sync_at, DateTime attribute :updated_at, DateTime end end end
Version data entries
30 entries across 30 versions & 1 rubygems