Class: MetzScan::ProjectIndex::MethodDeclaration
- Inherits:
-
Struct
- Object
- Struct
- MetzScan::ProjectIndex::MethodDeclaration
- Defined in:
- lib/metz_scan/project_index.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#line ⇒ Object
Returns the value of attribute line.
-
#method_identity ⇒ Object
Returns the value of attribute method_identity.
-
#method_name ⇒ Object
Returns the value of attribute method_name.
-
#name ⇒ Object
Returns the value of attribute name.
-
#owner_name ⇒ Object
Returns the value of attribute owner_name.
-
#path ⇒ Object
Returns the value of attribute path.
-
#receiver_kind ⇒ Object
Returns the value of attribute receiver_kind.
-
#signature ⇒ Object
Returns the value of attribute signature.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
10 11 12 |
# File 'lib/metz_scan/project_index.rb', line 10 def column @column end |
#line ⇒ Object
Returns the value of attribute line
10 11 12 |
# File 'lib/metz_scan/project_index.rb', line 10 def line @line end |
#method_identity ⇒ Object
Returns the value of attribute method_identity
10 11 12 |
# File 'lib/metz_scan/project_index.rb', line 10 def method_identity @method_identity end |
#method_name ⇒ Object
Returns the value of attribute method_name
10 11 12 |
# File 'lib/metz_scan/project_index.rb', line 10 def method_name @method_name end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/metz_scan/project_index.rb', line 10 def name @name end |
#owner_name ⇒ Object
Returns the value of attribute owner_name
10 11 12 |
# File 'lib/metz_scan/project_index.rb', line 10 def owner_name @owner_name end |
#path ⇒ Object
Returns the value of attribute path
10 11 12 |
# File 'lib/metz_scan/project_index.rb', line 10 def path @path end |
#receiver_kind ⇒ Object
Returns the value of attribute receiver_kind
10 11 12 |
# File 'lib/metz_scan/project_index.rb', line 10 def receiver_kind @receiver_kind end |
#signature ⇒ Object
Returns the value of attribute signature
10 11 12 |
# File 'lib/metz_scan/project_index.rb', line 10 def signature @signature end |