Class: FiberAudit::Static::SemanticIndex::Reference
- Inherits:
-
Data
- Object
- Data
- FiberAudit::Static::SemanticIndex::Reference
- Defined in:
- lib/fiber_audit/static/semantic_index.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
readonly
Returns the value of attribute column.
-
#context ⇒ Object
readonly
Returns the value of attribute context.
-
#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
#column ⇒ Object (readonly)
Returns the value of attribute column
20 21 22 |
# File 'lib/fiber_audit/static/semantic_index.rb', line 20 def column @column end |
#context ⇒ Object (readonly)
Returns the value of attribute context
20 21 22 |
# File 'lib/fiber_audit/static/semantic_index.rb', line 20 def context @context end |
#line ⇒ Object (readonly)
Returns the value of attribute line
20 21 22 |
# File 'lib/fiber_audit/static/semantic_index.rb', line 20 def line @line end |
#name ⇒ Object (readonly)
Returns the value of attribute name
20 21 22 |
# File 'lib/fiber_audit/static/semantic_index.rb', line 20 def name @name end |
#path ⇒ Object (readonly)
Returns the value of attribute path
20 21 22 |
# File 'lib/fiber_audit/static/semantic_index.rb', line 20 def path @path end |