Sha256: 4ccbf4ee6ed29d3daadc5e1bdf28506b3d27bcd3db47144437f3e974e8bfdb08

Contents?: true

Size: 571 Bytes

Versions: 8

Compression:

Stored size: 571 Bytes

Contents

module Billimatic
  module Entities
    class Person < Base
      attribute :id, Integer
      attribute :account_id, Integer
      attribute :name, String
      attribute :cpf, String
      attribute :email, String
      attribute :zipcode, String
      attribute :address, String
      attribute :number, String
      attribute :complement, String
      attribute :district, String
      attribute :city, String
      attribute :state, String
      attribute :comments, String
      attribute :client_since, Date
      attribute :created_at, DateTime
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
billimatic-client-0.14.1 lib/billimatic/entities/person.rb
billimatic-client-0.14.0 lib/billimatic/entities/person.rb
billimatic-client-0.13.0 lib/billimatic/entities/person.rb
billimatic-client-0.12.0 lib/billimatic/entities/person.rb
billimatic-client-0.11.3 lib/billimatic/entities/person.rb
billimatic-client-0.11.2 lib/billimatic/entities/person.rb
billimatic-client-0.11.1 lib/billimatic/entities/person.rb
billimatic-client-0.11.0 lib/billimatic/entities/person.rb