Class: Docscribe::CLI::RbsGen::MethodDef
- Inherits:
-
Struct
- Object
- Struct
- Docscribe::CLI::RbsGen::MethodDef
- Defined in:
- lib/docscribe/cli/rbs_gen.rb
Instance Attribute Summary collapse
- #container ⇒ String?
- #file ⇒ String
- #line ⇒ Integer
- #name ⇒ Symbol
- #scope ⇒ Symbol
- #yard_tags ⇒ Docscribe::CLI::RbsGen::YardTags?
Instance Attribute Details
#container ⇒ String?
64 |
# File 'lib/docscribe/cli/rbs_gen.rb', line 64 MethodDef = Struct.new(:name, :scope, :container, :file, :line, :yard_tags, keyword_init: true) |
#file ⇒ String
64 |
# File 'lib/docscribe/cli/rbs_gen.rb', line 64 MethodDef = Struct.new(:name, :scope, :container, :file, :line, :yard_tags, keyword_init: true) |
#line ⇒ Integer
64 |
# File 'lib/docscribe/cli/rbs_gen.rb', line 64 MethodDef = Struct.new(:name, :scope, :container, :file, :line, :yard_tags, keyword_init: true) |
#name ⇒ Symbol
64 |
# File 'lib/docscribe/cli/rbs_gen.rb', line 64 MethodDef = Struct.new(:name, :scope, :container, :file, :line, :yard_tags, keyword_init: true) |
#scope ⇒ Symbol
64 |
# File 'lib/docscribe/cli/rbs_gen.rb', line 64 MethodDef = Struct.new(:name, :scope, :container, :file, :line, :yard_tags, keyword_init: true) |
#yard_tags ⇒ Docscribe::CLI::RbsGen::YardTags?
64 |
# File 'lib/docscribe/cli/rbs_gen.rb', line 64 MethodDef = Struct.new(:name, :scope, :container, :file, :line, :yard_tags, keyword_init: true) |