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