Method: Modern::DocGenerator::OpenAPI3::Schemas#_struct_ref

Defined in:
lib/modern/doc_generator/open_api3/schemas.rb

#_struct_ref(structclass) ⇒ Object



84
85
86
# File 'lib/modern/doc_generator/open_api3/schemas.rb', line 84

def _struct_ref(structclass)
  { "$ref": "#/components/schemas/#{structclass.name.split('::').last}" }
end