Class: Docscribe::Types::RestKeywords
- Inherits:
-
Struct
- Object
- Struct
- Docscribe::Types::RestKeywords
- Defined in:
- lib/docscribe/types/signature.rb
Overview
Simplified representation of an RBS rest-keyword parameter.
Instance Attribute Summary collapse
Instance Attribute Details
#name ⇒ Object
63 |
# File 'lib/docscribe/types/signature.rb', line 63 RestKeywords = Struct.new(:name, :type, keyword_init: true) |
#type ⇒ Object
63 |
# File 'lib/docscribe/types/signature.rb', line 63 RestKeywords = Struct.new(:name, :type, keyword_init: true) |