lib/openactive/models/schema/investment_or_deposit.rb in openactive-0.1.2 vs lib/openactive/models/schema/investment_or_deposit.rb in openactive-0.2.0
- old
+ new
@@ -6,13 +6,14 @@
# @return [String]
def type
"schema:InvestmentOrDeposit"
end
- # @return [BigDecimal,OpenActive::Models::Schema::MonetaryAmount,nil]
+ # @return [BigDecimal,OpenActive::Models::Schema::MonetaryAmount,URI,nil]
define_property :amount, as: "amount", types: [
"Number",
"OpenActive::Models::Schema::MonetaryAmount",
+ "URI",
"null",
]
end
end
end