Class: Testprune::SemanticMap::Unit
- Inherits:
-
Struct
- Object
- Struct
- Testprune::SemanticMap::Unit
- Defined in:
- lib/testprune/semantic_map.rb
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#id ⇒ Object
Returns the value of attribute id.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#label ⇒ Object
Returns the value of attribute label.
-
#line ⇒ Object
Returns the value of attribute line.
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file
15 16 17 |
# File 'lib/testprune/semantic_map.rb', line 15 def file @file end |
#id ⇒ Object
Returns the value of attribute id
15 16 17 |
# File 'lib/testprune/semantic_map.rb', line 15 def id @id end |
#kind ⇒ Object
Returns the value of attribute kind
15 16 17 |
# File 'lib/testprune/semantic_map.rb', line 15 def kind @kind end |
#label ⇒ Object
Returns the value of attribute label
15 16 17 |
# File 'lib/testprune/semantic_map.rb', line 15 def label @label end |
#line ⇒ Object
Returns the value of attribute line
15 16 17 |
# File 'lib/testprune/semantic_map.rb', line 15 def line @line end |