Sha256: c0c3ddbbf5ccc84d7b0de7414b646e31e4357b077d8541ceb9146cf2ead2b1e5

Contents?: true

Size: 313 Bytes

Versions: 36

Compression:

Stored size: 313 Bytes

Contents

module Billimatic
  module Entities
    class Customer < Base
      attribute :id, Integer
      attribute :name, String
      attribute :email, String
      attribute :document, String
      attribute :type, String
      attribute :address_information, Billimatic::Entities::AddressInformation
    end
  end
end

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
billimatic-client-1.0.1 lib/billimatic/entities/customer.rb
billimatic-client-1.0.0 lib/billimatic/entities/customer.rb
billimatic-client-0.22.1 lib/billimatic/entities/customer.rb
billimatic-client-0.22.0 lib/billimatic/entities/customer.rb
billimatic-client-0.21.0 lib/billimatic/entities/customer.rb
billimatic-client-0.20.0 lib/billimatic/entities/customer.rb
billimatic-client-0.19.1 lib/billimatic/entities/customer.rb
billimatic-client-0.19.0 lib/billimatic/entities/customer.rb
billimatic-client-0.18.1 lib/billimatic/entities/customer.rb
billimatic-client-0.18.0 lib/billimatic/entities/customer.rb
billimatic-client-0.17.0 lib/billimatic/entities/customer.rb
billimatic-client-0.16.0 lib/billimatic/entities/customer.rb
billimatic-client-0.15.0 lib/billimatic/entities/customer.rb
billimatic-client-0.14.1 lib/billimatic/entities/customer.rb
billimatic-client-0.14.0 lib/billimatic/entities/customer.rb
billimatic-client-0.13.0 lib/billimatic/entities/customer.rb
billimatic-client-0.12.0 lib/billimatic/entities/customer.rb
billimatic-client-0.11.3 lib/billimatic/entities/customer.rb
billimatic-client-0.11.2 lib/billimatic/entities/customer.rb
billimatic-client-0.11.1 lib/billimatic/entities/customer.rb