Sha256: a59120b889626b2f590b9b8e5ec51c667f942dfbdf17788379bbe64ef3af971b

Contents?: true

Size: 560 Bytes

Versions: 6

Compression:

Stored size: 560 Bytes

Contents

module OpenActive
  module Models
    # This type is derived from https://schema.org/PropertyValueSpecification, which means that any of this type's properties within schema.org may also be used.
    class BooleanFormFieldSpecification < ::OpenActive::Models::PropertyValueSpecification
      # @!attribute type
      # @return [String]
      def type
        "BooleanFormFieldSpecification"
      end

      # @return [Boolean,nil]
      define_property :value_required, as: "valueRequired", types: [
        "bool",
        "null",
      ]
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
openactive-0.5.0 lib/openactive/models/boolean_form_field_specification.rb
openactive-0.4.0 lib/openactive/models/boolean_form_field_specification.rb
openactive-0.3.0 lib/openactive/models/boolean_form_field_specification.rb
openactive-0.2.2 lib/openactive/models/boolean_form_field_specification.rb
openactive-0.2.1 lib/openactive/models/boolean_form_field_specification.rb
openactive-0.2.0 lib/openactive/models/boolean_form_field_specification.rb