Module: OpenAPIParser::Parser::ClassMethods
- Extended by:
- Forwardable
- Defined in:
- lib/openapi_parser/concerns/parser.rb
Instance Method Summary collapse
Instance Method Details
#_parser_core ⇒ Object
22 23 24 |
# File 'lib/openapi_parser/concerns/parser.rb', line 22 def _parser_core @_parser_core ||= OpenAPIParser::Parser::Core.new(self) end |