Sha256: 70f393dec43e11fdcc27ebfa9559aca33ffd138cbfb5219c560a18b0403b8eb8

Contents?: true

Size: 209 Bytes

Versions: 5

Compression:

Stored size: 209 Bytes

Contents

module BluepanClient
  class City

    include Virtus.model
    attribute :cityseq, Integer
    attribute :provinceseq, Integer
    attribute :cityname_en, String
    attribute :cityname_cn, String

  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bluepan_client-1.0.0 lib/bluepan_client/models/city.rb
bluepan_client-0.4.0 lib/bluepan_client/models/city.rb
bluepan_client-0.3.0 lib/bluepan_client/models/city.rb
bluepan_client-0.2.0 lib/bluepan_client/models/city.rb
bluepan_client-0.1.0 lib/bluepan_client/models/city.rb