Sha256: d5eff3dbb7873f6bc6f782035c0cb9b7f334ce501909e9f6e9b5436c6f21ad18

Contents?: true

Size: 560 Bytes

Versions: 8

Compression:

Stored size: 560 Bytes

Contents

# Classes
module OpenAPIParser
  class SchemaValidator
    class Options
      attr_reader coerce_value: bool | nil
      attr_reader datetime_coerce_class: singleton(Object) | nil
      attr_reader validate_header: bool
      def initialize: (?coerce_value: bool | nil, ?datetime_coerce_class: singleton(Object) | nil, ?validate_header: bool) -> untyped
    end

    class ResponseValidateOptions
      attr_reader strict: bool
      attr_reader validate_header: bool
      def initialize: (?strict: bool, ?validate_header: bool) -> untyped
    end
  end
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
openapi_parser-2.2.2 sig/openapi_parser/schema_validators/options.rbs
openapi_parser-2.2.1 sig/openapi_parser/schema_validators/options.rbs
openapi_parser-2.2.0 sig/openapi_parser/schema_validators/options.rbs
openapi_parser-2.1.0 sig/openapi_parser/schema_validators/options.rbs
openapi_parser-2.0.0 sig/openapi_parser/schema_validators/options.rbs
openapi_parser_firetail-1.0.0 sig/openapi_parser/schema_validators/options.rbs
openapi_parser-1.0.0 sig/openapi_parser/schema_validators/options.rbs
openapi_parser-1.0.0.beta1 sig/openapi_parser/schema_validators/options.rbs