Sha256: 6047394ef3ef36e832d0266d27bce6be5b3b2fcb2e29d6a3a617e475bdc626b3
Contents?: true
Size: 458 Bytes
Versions: 3
Compression:
Stored size: 458 Bytes
Contents
# frozen_string_literal: true module Immoscout module Models module Parts # Shared price-related property definitions. # See: https://bit.ly/3CSGnmN class Price < Base include Immoscout::Models::Concerns::Renderable include Immoscout::Models::Concerns::Propertiable property :value property :currency property :marketing_type property :price_interval_type end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
immoscout-1.9.0 | lib/immoscout/models/parts/price.rb |
immoscout-1.8.1 | lib/immoscout/models/parts/price.rb |
immoscout-1.8.0 | lib/immoscout/models/parts/price.rb |