Class: Docscribe::CLI::RbsGen::YardTags

Inherits:
Struct
  • Object
show all
Defined in:
lib/docscribe/cli/rbs_gen.rb

Instance Attribute Summary collapse

Instance Attribute Details

#optionsArray<Docscribe::CLI::RbsGen::ParamTag>

Parameters:

Returns:



32
# File 'lib/docscribe/cli/rbs_gen.rb', line 32

YardTags = Struct.new(:params, :return_type, :options, keyword_init: true)

#paramsArray<Docscribe::CLI::RbsGen::ParamTag>

Parameters:

Returns:



32
# File 'lib/docscribe/cli/rbs_gen.rb', line 32

YardTags = Struct.new(:params, :return_type, :options, keyword_init: true)

#return_typeString?

Parameters:

  • value (String?)

Returns:

  • (String?)


32
# File 'lib/docscribe/cli/rbs_gen.rb', line 32

YardTags = Struct.new(:params, :return_type, :options, keyword_init: true)