Sha256: 90c0aeac824025d854911826db3dc0b4da21aa82ea7e5f7c193cbe52eb25bdd3
Contents?: true
Size: 563 Bytes
Versions: 8
Compression:
Stored size: 563 Bytes
Contents
module Myfinance module Entities class CreditCard < Base attribute :id, Integer attribute :entity_id, Integer attribute :person_id, Integer attribute :classification_center_id, Integer attribute :category_id, Integer attribute :closing_day, Integer attribute :expiration_day, Integer attribute :name, String attribute :flag, String attribute :flag_image_url, String attribute :observation, String attribute :created_at, DateTime attribute :updated_at, DateTime end end end
Version data entries
8 entries across 8 versions & 1 rubygems