Sha256: db06c1208f033b38e26e9ce47dadc90977c973fc3e26fa48fd1013391fcc55a0
Contents?: true
Size: 417 Bytes
Versions: 3
Compression:
Stored size: 417 Bytes
Contents
# frozen_string_literal: true module Immoscout module Models module Parts # Shared country-region-related property definitions. # See: https://bit.ly/3CSGnmN class InternationalCountryRegion < Base include Immoscout::Models::Concerns::Renderable include Immoscout::Models::Concerns::Propertiable property :country property :region end end end end
Version data entries
3 entries across 3 versions & 1 rubygems