Class: Moult::Gate::Evaluation::BoundaryObs

Inherits:
Struct
  • Object
show all
Defined in:
lib/moult/gate/evaluation.rb

Instance Attribute Summary collapse

Instance Attribute Details

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



20
21
22
# File 'lib/moult/gate/evaluation.rb', line 20

def line
  @line
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



20
21
22
# File 'lib/moult/gate/evaluation.rb', line 20

def path
  @path
end

#severityObject

Returns the value of attribute severity

Returns:

  • (Object)

    the current value of severity



20
21
22
# File 'lib/moult/gate/evaluation.rb', line 20

def severity
  @severity
end

#symbol_idObject

Returns the value of attribute symbol_id

Returns:

  • (Object)

    the current value of symbol_id



20
21
22
# File 'lib/moult/gate/evaluation.rb', line 20

def symbol_id
  @symbol_id
end

#violation_typeObject

Returns the value of attribute violation_type

Returns:

  • (Object)

    the current value of violation_type



20
21
22
# File 'lib/moult/gate/evaluation.rb', line 20

def violation_type
  @violation_type
end