Class: Docscribe::Types::Yard::Literal
- Inherits:
-
Struct
- Object
- Struct
- Docscribe::Types::Yard::Literal
- Defined in:
- lib/docscribe/types/yard/types.rb
Instance Attribute Summary collapse
Instance Attribute Details
#value ⇒ String
49 |
# File 'lib/docscribe/types/yard/types.rb', line 49 Literal = Struct.new(:value, keyword_init: true) |