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