Class: Docscribe::CLI::RbsGen::ParamTag

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Parameters:

  • value (String)

Returns:

  • (String)


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

ParamTag = Struct.new(:name, :type, keyword_init: true)

#typeString

Parameters:

  • value (String)

Returns:

  • (String)


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

ParamTag = Struct.new(:name, :type, keyword_init: true)