Class: JekyllOpenAPI::Reference::Context
- Inherits:
-
Struct
- Object
- Struct
- JekyllOpenAPI::Reference::Context
- Defined in:
- lib/jekyll_openapi/reference.rb
Overview
Shared per-dereference state: the linked root (for pointer resolution) and the logger. Populated by the Dereferencer once the whole tree is linked.
Instance Attribute Summary collapse
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#root ⇒ Object
Returns the value of attribute root.
Instance Attribute Details
#logger ⇒ Object
Returns the value of attribute logger
25 26 27 |
# File 'lib/jekyll_openapi/reference.rb', line 25 def logger @logger end |
#root ⇒ Object
Returns the value of attribute root
25 26 27 |
# File 'lib/jekyll_openapi/reference.rb', line 25 def root @root end |