Class: Docscribe::Types::Yard::Named

Inherits:
Struct
  • Object
show all
Defined in:
lib/docscribe/types/yard/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Parameters:

  • value (String)

Returns:

  • (String)


9
# File 'lib/docscribe/types/yard/types.rb', line 9

Named = Struct.new(:name, keyword_init: true)