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