Sha256: 26730aa7c027c7f9d024cfcca6060dfd92f2e7870b44fd3f0bc0612fafb49257
Contents?: true
Size: 544 Bytes
Versions: 4
Compression:
Stored size: 544 Bytes
Contents
# frozen_string_literal: true module NovaposhtaApi module Models class Warehouse < Model property :ref, from: :Ref property :city_ref, from: :CityRef property :city_description, from: :CityDescription property :city_description_ru, from: :CityDescriptionRu property :description, from: :Description property :description_ru, from: :DescriptionRu property :short_address, from: :ShortAddress property :longitude, from: :Longitude property :latitude, from: :Latitude end end end
Version data entries
4 entries across 4 versions & 1 rubygems