Class: Moult::Gate::Evaluation::ComplexityObs
- Inherits:
-
Struct
- Object
- Struct
- Moult::Gate::Evaluation::ComplexityObs
- Defined in:
- lib/moult/gate/evaluation.rb
Instance Attribute Summary collapse
-
#abc ⇒ Object
Returns the value of attribute abc.
-
#line ⇒ Object
Returns the value of attribute line.
-
#path ⇒ Object
Returns the value of attribute path.
-
#symbol_id ⇒ Object
Returns the value of attribute symbol_id.
Instance Attribute Details
#abc ⇒ Object
Returns the value of attribute abc
21 22 23 |
# File 'lib/moult/gate/evaluation.rb', line 21 def abc @abc end |
#line ⇒ Object
Returns the value of attribute line
21 22 23 |
# File 'lib/moult/gate/evaluation.rb', line 21 def line @line end |
#path ⇒ Object
Returns the value of attribute path
21 22 23 |
# File 'lib/moult/gate/evaluation.rb', line 21 def path @path end |
#symbol_id ⇒ Object
Returns the value of attribute symbol_id
21 22 23 |
# File 'lib/moult/gate/evaluation.rb', line 21 def symbol_id @symbol_id end |