Sha256: 7203e4feeac147123738ab6df6e0c1a23d4c81eabb9720754eb3e59e42a5e9e1
Contents?: true
Size: 738 Bytes
Versions: 1
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 [OpenActive::Models::Schema::QuantitativeValue,ActiveSupport::Duration,URI,nil] define_property :lease_length, as: "leaseLength", types: [ "OpenActive::Models::Schema::QuantitativeValue", "DateInterval", "URI", "null", ] # @return [Date,DateTime,nil] define_property :date_posted, as: "datePosted", types: [ "Date", "DateTime", "null", ] end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
openactive-0.3.0 | lib/openactive/models/schema/real_estate_listing.rb |