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

Version Path
openactive-0.1.2 lib/openactive/models/schema/how_to_supply.rb
openactive-0.1.1 lib/openactive/models/schema/how_to_supply.rb
openactive-0.1.0 lib/openactive/models/schema/how_to_supply.rb
openactive-0.1.0.rc1 lib/openactive/models/schema/how_to_supply.rb