Class: Docscribe::CLI::RbsGen::YardTags
- Inherits:
-
Struct
- Object
- Struct
- Docscribe::CLI::RbsGen::YardTags
- Defined in:
- lib/docscribe/cli/rbs_gen.rb
Instance Attribute Summary collapse
- #options ⇒ Array<Docscribe::CLI::RbsGen::ParamTag>
- #params ⇒ Array<Docscribe::CLI::RbsGen::ParamTag>
- #return_type ⇒ String?
Instance Attribute Details
#options ⇒ Array<Docscribe::CLI::RbsGen::ParamTag>
32 |
# File 'lib/docscribe/cli/rbs_gen.rb', line 32 YardTags = Struct.new(:params, :return_type, :options, keyword_init: true) |
#params ⇒ Array<Docscribe::CLI::RbsGen::ParamTag>
32 |
# File 'lib/docscribe/cli/rbs_gen.rb', line 32 YardTags = Struct.new(:params, :return_type, :options, keyword_init: true) |
#return_type ⇒ String?
32 |
# File 'lib/docscribe/cli/rbs_gen.rb', line 32 YardTags = Struct.new(:params, :return_type, :options, keyword_init: true) |