Sha256: 9e15df7e80f7e4f46d57e49bdd2594b60c32e23d6672a34910c51ee52c0c7e40
Contents?: true
Size: 738 Bytes
Versions: 2
Compression:
Stored size: 738 Bytes
Contents
module OpenActive module Models module Schema class RealEstateListing < ::OpenActive::Models::Schema::WebPage # @!attribute type # @return [String] def type "schema:RealEstateListing" end # @return [Date,DateTime,nil] define_property :date_posted, as: "datePosted", types: [ "Date", "DateTime", "null", ] # @return [OpenActive::Models::Schema::QuantitativeValue,ActiveSupport::Duration,URI,nil] define_property :lease_length, as: "leaseLength", types: [ "OpenActive::Models::Schema::QuantitativeValue", "DateInterval", "URI", "null", ] end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
openactive-0.5.0 | lib/openactive/models/schema/real_estate_listing.rb |
openactive-0.4.0 | lib/openactive/models/schema/real_estate_listing.rb |