Sha256: aa10d8ef0a5a9b69e23be141f8d00fd10851ca9fdc014a3dd7d8c5ee42cf1150
Contents?: true
Size: 616 Bytes
Versions: 8
Compression:
Stored size: 616 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 :custom_classifications, Array[Hash] 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