Class: Docscribe::Types::Yard::Literal

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

Instance Attribute Summary collapse

Instance Attribute Details

#valueString

Parameters:

  • value (String)

Returns:

  • (String)


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

Literal = Struct.new(:value, keyword_init: true)