Sha256: 14945dfe416e809686cf166f698bc9b8f049a5d217b5a73d8f51528f252d6d28

Contents?: true

Size: 162 Bytes

Versions: 43

Compression:

Stored size: 162 Bytes

Contents

module OpenAPIParser::Schemas
  class Reference < Base
    # @!attribute [r] ref
    #   @return [Base]
    openapi_attr_value :ref, schema_key: '$ref'
  end
end

Version data entries

43 entries across 43 versions & 2 rubygems

Version Path
openapi_parser-2.2.2 lib/openapi_parser/schemas/reference.rb
openapi_parser-2.2.1 lib/openapi_parser/schemas/reference.rb
openapi_parser-2.2.0 lib/openapi_parser/schemas/reference.rb
openapi_parser-2.1.0 lib/openapi_parser/schemas/reference.rb
openapi_parser-2.0.0 lib/openapi_parser/schemas/reference.rb
openapi_parser_firetail-1.0.0 lib/openapi_parser/schemas/reference.rb
openapi_parser-1.0.0 lib/openapi_parser/schemas/reference.rb
openapi_parser-1.0.0.beta1 lib/openapi_parser/schemas/reference.rb
openapi_parser-0.15.0 lib/openapi_parser/schemas/reference.rb
openapi_parser-0.14.1 lib/openapi_parser/schemas/reference.rb
openapi_parser-0.14.0 lib/openapi_parser/schemas/reference.rb
openapi_parser-0.13.0 lib/openapi_parser/schemas/reference.rb
openapi_parser-0.12.1 lib/openapi_parser/schemas/reference.rb
openapi_parser-0.12.0 lib/openapi_parser/schemas/reference.rb
openapi_parser-0.11.2 lib/openapi_parser/schemas/reference.rb
openapi_parser-0.11.1 lib/openapi_parser/schemas/reference.rb
openapi_parser-0.11.0 lib/openapi_parser/schemas/reference.rb
openapi_parser-0.10.0 lib/openapi_parser/schemas/reference.rb
openapi_parser-0.9.0 lib/openapi_parser/schemas/reference.rb
openapi_parser-0.8.0 lib/openapi_parser/schemas/reference.rb