lib/openactive/models/schema/rent_action.rb in openactive-0.3.0 vs lib/openactive/models/schema/rent_action.rb in openactive-0.4.0

- old
+ new

@@ -6,19 +6,19 @@ # @return [String] def type "schema:RentAction" end + # @return [OpenActive::Models::Schema::RealEstateAgent,URI] + define_property :real_estate_agent, as: "realEstateAgent", types: [ + "OpenActive::Models::Schema::RealEstateAgent", + "URI", + ] + # @return [OpenActive::Models::Schema::Person,OpenActive::Models::Schema::Organization,URI] define_property :landlord, as: "landlord", types: [ "OpenActive::Models::Schema::Person", "OpenActive::Models::Schema::Organization", - "URI", - ] - - # @return [OpenActive::Models::Schema::RealEstateAgent,URI] - define_property :real_estate_agent, as: "realEstateAgent", types: [ - "OpenActive::Models::Schema::RealEstateAgent", "URI", ] end end end