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