Class: OpenAPIParser::Parser::Core

Inherits:
Object
  • Object
show all
Includes:
Hash, HashBody, List, Object, Value
Defined in:
lib/openapi_parser/concerns/parser/core.rb

Instance Method Summary collapse

Methods included from HashBody

#_openapi_attr_hash_body_objects, #openapi_attr_hash_body_objects

Methods included from Hash

#_openapi_attr_hash_objects, #openapi_attr_hash_object

Methods included from List

#_openapi_attr_list_objects, #openapi_attr_list_object

Methods included from Object

#_openapi_attr_objects, #openapi_attr_object, #openapi_attr_objects

Methods included from Value

#_openapi_attr_values, #openapi_attr_value, #openapi_attr_values

Constructor Details

#initialize(target_klass) ⇒ Core

Returns a new instance of Core.



14
15
16
# File 'lib/openapi_parser/concerns/parser/core.rb', line 14

def initialize(target_klass)
  @target_klass = target_klass
end