Sha256: 6ff53c944e1f1a94bfb328f0af592a197bfdb50106ac87d1229da72fec85e570
Contents?: true
Size: 286 Bytes
Versions: 22
Compression:
Stored size: 286 Bytes
Contents
module Asaas module Entity class City include Virtus.model attribute :id, String attribute :ibgeCode, String attribute :name, String attribute :districtCode, Integer attribute :district, String attribute :state, String end end end
Version data entries
22 entries across 22 versions & 1 rubygems