lib/openactive/models/schema/speakable_specification.rb in openactive-0.2.2 vs lib/openactive/models/schema/speakable_specification.rb in openactive-0.3.0
- old
+ new
@@ -6,17 +6,17 @@
# @return [String]
def type
"schema:SpeakableSpecification"
end
- # @return [OpenActive::Models::Schema::XPathType]
- define_property :xpath, as: "xpath", types: [
- "OpenActive::Models::Schema::XPathType",
- ]
-
# @return [OpenActive::Models::Schema::CssSelectorType]
define_property :css_selector, as: "cssSelector", types: [
"OpenActive::Models::Schema::CssSelectorType",
+ ]
+
+ # @return [OpenActive::Models::Schema::XPathType]
+ define_property :xpath, as: "xpath", types: [
+ "OpenActive::Models::Schema::XPathType",
]
end
end
end
end