Sha256: 835d491378411512a3e79e3f9ca52fbbba810e2db862b73bc2865cc76aa64c50
Contents?: true
Size: 626 Bytes
Versions: 11
Compression:
Stored size: 626 Bytes
Contents
module Cobrato module Entities class Person < Base attribute :id, Integer attribute :national_identifier_type, String attribute :national_identifier, String attribute :name, String attribute :zipcode, String attribute :city, String attribute :state, String attribute :neighbourhood, String attribute :number, String attribute :complement, String attribute :street, String end end end
Version data entries
11 entries across 11 versions & 1 rubygems