lib/novaposhta_api/models/settlement.rb in novaposhta_api-0.1.9 vs lib/novaposhta_api/models/settlement.rb in novaposhta_api-0.2.0

- old
+ new

@@ -1,14 +1,14 @@ # frozen_string_literal: true module NovaposhtaApi module Models class Settlement < Model - property :ref, from: :Ref - property :present, from: :Present - property :area, from: :Area - property :delivery_city, from: :DeliveryCity - property :main_description, from: :MainDescription - property :region, from: :Region + property :Ref + property :Present + property :Area + property :DeliveryCity + property :MainDescription + property :Region end end end