Class: FiberAudit::Static::SemanticIndex::Declaration
- Inherits:
-
Data
- Object
- Data
- FiberAudit::Static::SemanticIndex::Declaration
- Defined in:
- lib/fiber_audit/static/semantic_index.rb
Overview
Data types returned by public seams.
Instance Attribute Summary collapse
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#line ⇒ Object
readonly
Returns the value of attribute line.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Attribute Details
#kind ⇒ Object (readonly)
Returns the value of attribute kind
19 20 21 |
# File 'lib/fiber_audit/static/semantic_index.rb', line 19 def kind @kind end |
#line ⇒ Object (readonly)
Returns the value of attribute line
19 20 21 |
# File 'lib/fiber_audit/static/semantic_index.rb', line 19 def line @line end |
#name ⇒ Object (readonly)
Returns the value of attribute name
19 20 21 |
# File 'lib/fiber_audit/static/semantic_index.rb', line 19 def name @name end |
#path ⇒ Object (readonly)
Returns the value of attribute path
19 20 21 |
# File 'lib/fiber_audit/static/semantic_index.rb', line 19 def path @path end |