Sha256: 1aaf382d842196e35b44b9a89f3f0b6794ac7192187b3e9a5db902d6dce51fd0
Contents?: true
Size: 432 Bytes
Versions: 3
Compression:
Stored size: 432 Bytes
Contents
# frozen_string_literal: true module Immoscout module Models module Parts # Shared courtage-related property definitions. # See: https://bit.ly/3CSGnmN class Courtage < Base include Immoscout::Models::Concerns::Renderable include Immoscout::Models::Concerns::Propertiable property :has_courtage property :courtage property :courtage_note end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
immoscout-1.9.0 | lib/immoscout/models/parts/courtage.rb |
immoscout-1.8.1 | lib/immoscout/models/parts/courtage.rb |
immoscout-1.8.0 | lib/immoscout/models/parts/courtage.rb |