Class: OpenAPIParser::Schemas::Paths

Inherits:
Base
  • Object
show all
Defined in:
lib/openapi_parser/schemas/paths.rb,
lib/openapi_parser/schemas/classes.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#object_reference, #parent, #raw_schema, #root

Method Summary

Methods inherited from Base

#after_init, #initialize, #inspect

Methods included from Expandable

#expand_reference

Methods included from Findable

#find_object, #purge_object_cache

Methods included from Parser

#_openapi_all_child_objects, #_update_child_object, included, #load_data

Constructor Details

This class inherits a constructor from OpenAPIParser::Schemas::Base

Instance Attribute Details

#pathHash{String => PathItem, Reference}? (readonly)

Returns:



5
# File 'lib/openapi_parser/schemas/paths.rb', line 5

openapi_attr_hash_body_objects 'path', PathItem, reference: true, allow_data_type: false