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