Sha256: 833c484ad95af71516616da0676eedb8fc2d0b738bccbef16d8fd507ce11b013

Contents?: true

Size: 244 Bytes

Versions: 14

Compression:

Stored size: 244 Bytes

Contents

# frozen_string_literal: true

require "openapi3_parser/node/map"

module Openapi3Parser
  module Node
    # @see https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md#pathsObject
    class Paths < Node::Map; end
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
openapi3_parser-0.9.2 lib/openapi3_parser/node/paths.rb
mountapi-0.11.1 vendor/bundle/ruby/2.7.0/gems/openapi3_parser-0.9.1/lib/openapi3_parser/node/paths.rb
openapi3_parser-0.9.1 lib/openapi3_parser/node/paths.rb
openapi3_parser-0.9.0 lib/openapi3_parser/node/paths.rb
openapi3_parser-0.8.2 lib/openapi3_parser/node/paths.rb
openapi3_parser-0.8.1 lib/openapi3_parser/node/paths.rb
openapi3_parser-0.8.0 lib/openapi3_parser/node/paths.rb
openapi3_parser-0.7.0 lib/openapi3_parser/node/paths.rb
openapi3_parser-0.6.1 lib/openapi3_parser/node/paths.rb
openapi3_parser-0.6.0 lib/openapi3_parser/node/paths.rb
openapi3_parser-0.5.2 lib/openapi3_parser/node/paths.rb
openapi3_parser-0.5.1 lib/openapi3_parser/node/paths.rb
openapi3_parser-0.5.0 lib/openapi3_parser/node/paths.rb
openapi3_parser-0.4.0 lib/openapi3_parser/node/paths.rb