Class: Optimize::RbsParser::Signature
- Inherits:
-
Struct
- Object
- Struct
- Optimize::RbsParser::Signature
- Defined in:
- lib/optimize/rbs_parser.rb
Instance Attribute Summary collapse
-
#arg_types ⇒ Object
Returns the value of attribute arg_types.
-
#file ⇒ Object
Returns the value of attribute file.
-
#line ⇒ Object
Returns the value of attribute line.
-
#method_name ⇒ Object
Returns the value of attribute method_name.
-
#receiver_class ⇒ Object
Returns the value of attribute receiver_class.
-
#return_type ⇒ Object
Returns the value of attribute return_type.
Instance Attribute Details
#arg_types ⇒ Object
Returns the value of attribute arg_types
15 16 17 |
# File 'lib/optimize/rbs_parser.rb', line 15 def arg_types @arg_types end |
#file ⇒ Object
Returns the value of attribute file
15 16 17 |
# File 'lib/optimize/rbs_parser.rb', line 15 def file @file end |
#line ⇒ Object
Returns the value of attribute line
15 16 17 |
# File 'lib/optimize/rbs_parser.rb', line 15 def line @line end |
#method_name ⇒ Object
Returns the value of attribute method_name
15 16 17 |
# File 'lib/optimize/rbs_parser.rb', line 15 def method_name @method_name end |
#receiver_class ⇒ Object
Returns the value of attribute receiver_class
15 16 17 |
# File 'lib/optimize/rbs_parser.rb', line 15 def receiver_class @receiver_class end |
#return_type ⇒ Object
Returns the value of attribute return_type
15 16 17 |
# File 'lib/optimize/rbs_parser.rb', line 15 def return_type @return_type end |