Sha256: 752fd4e0977a754620cc68e354b98343b7038a03ff9acdfc9c770848a45943eb

Contents?: true

Size: 656 Bytes

Versions: 7

Compression:

Stored size: 656 Bytes

Contents

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

        # @return [OpenActive::Models::Schema::XPathType]
        define_property :xpath, as: "xpath", types: [
          "OpenActive::Models::Schema::XPathType",
        ]

        # @return [OpenActive::Models::Schema::CssSelectorType]
        define_property :css_selector, as: "cssSelector", types: [
          "OpenActive::Models::Schema::CssSelectorType",
        ]
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
openactive-0.2.2 lib/openactive/models/schema/speakable_specification.rb
openactive-0.2.1 lib/openactive/models/schema/speakable_specification.rb
openactive-0.2.0 lib/openactive/models/schema/speakable_specification.rb
openactive-0.1.2 lib/openactive/models/schema/speakable_specification.rb
openactive-0.1.1 lib/openactive/models/schema/speakable_specification.rb
openactive-0.1.0 lib/openactive/models/schema/speakable_specification.rb
openactive-0.1.0.rc1 lib/openactive/models/schema/speakable_specification.rb