Sha256: e5cb307c573e30cd5898df8c6f4941aaca712382fece52707b35ddc0ecfee8f3
Contents?: true
Size: 509 Bytes
Versions: 6
Compression:
Stored size: 509 Bytes
Contents
module OpenActive module Models module Schema class HowToSupply < ::OpenActive::Models::Schema::HowToItem # @!attribute type # @return [String] def type "schema:HowToSupply" end # @return [String,OpenActive::Models::Schema::MonetaryAmount,URI] define_property :estimated_cost, as: "estimatedCost", types: [ "string", "OpenActive::Models::Schema::MonetaryAmount", "URI", ] end end end end
Version data entries
6 entries across 6 versions & 1 rubygems