Sha256: 2f17320a83837308e7c2be861a70345a2223f20abbff1c20a99dc45c40673a2c

Contents?: true

Size: 189 Bytes

Versions: 5

Compression:

Stored size: 189 Bytes

Contents

module BluepanClient
  class Province

    include Virtus.model
    attribute :provinceseq, Integer
    attribute :provincename_en, String
    attribute :provincename_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/province.rb
bluepan_client-0.4.0 lib/bluepan_client/models/province.rb
bluepan_client-0.3.0 lib/bluepan_client/models/province.rb
bluepan_client-0.2.0 lib/bluepan_client/models/province.rb
bluepan_client-0.1.0 lib/bluepan_client/models/province.rb