Sha256: fc1a39fd9941da1b5f6bc939b5dcc2aaf7dd609938d925fc026855c67fddf961
Contents?: true
Size: 381 Bytes
Versions: 3
Compression:
Stored size: 381 Bytes
Contents
# frozen_string_literal: true module Immoscout module Models module Parts # Shared real-estate-related property definitions. # See: https://bit.ly/3CSGnmN class RealEstate < Base include Immoscout::Models::Concerns::Renderable include Immoscout::Models::Concerns::Propertiable property :id, alias: :@id end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
immoscout-1.9.0 | lib/immoscout/models/parts/real_estate.rb |
immoscout-1.8.1 | lib/immoscout/models/parts/real_estate.rb |
immoscout-1.8.0 | lib/immoscout/models/parts/real_estate.rb |