Sha256: 69053b96e0d661cefb8ca2e0d90cfe0dc6f9b81228ba49fdc2447458eb8a4cb1

Contents?: true

Size: 684 Bytes

Versions: 3

Compression:

Stored size: 684 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 :classification_center_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

3 entries across 3 versions & 1 rubygems

Version Path
myfinance-1.8.2 lib/myfinance/entities/credit_card.rb
myfinance-1.8.1 lib/myfinance/entities/credit_card.rb
myfinance-1.8.0 lib/myfinance/entities/credit_card.rb