Sha256: c481c9a77f55b60b0f1fc72566d5a9efa13c28f3160a21b90b871566531da4af

Contents?: true

Size: 545 Bytes

Versions: 4

Compression:

Stored size: 545 Bytes

Contents

module OpenActive
  module Models
    module Schema
      class EngineSpecification < ::OpenActive::Models::Schema::StructuredValue
        # @!attribute type
        # @return [String]
        def type
          "schema:EngineSpecification"
        end

        # @return [OpenActive::Enums::Schema::QualitativeValue,String,URI,nil]
        define_property :fuel_type, as: "fuelType", types: [
          "OpenActive::Enums::Schema::QualitativeValue",
          "string",
          "URI",
          "null",
        ]
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

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