Class: Esp::Mw::Linter::Issue

Inherits:
Struct
  • Object
show all
Defined in:
lib/esp/mw/linter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fieldObject

Returns the value of attribute field

Returns:

  • (Object)

    the current value of field



14
15
16
# File 'lib/esp/mw/linter.rb', line 14

def field
  @field
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



14
15
16
# File 'lib/esp/mw/linter.rb', line 14

def message
  @message
end

#record_idObject

Returns the value of attribute record_id

Returns:

  • (Object)

    the current value of record_id



14
15
16
# File 'lib/esp/mw/linter.rb', line 14

def record_id
  @record_id
end

#record_typeObject

Returns the value of attribute record_type

Returns:

  • (Object)

    the current value of record_type



14
15
16
# File 'lib/esp/mw/linter.rb', line 14

def record_type
  @record_type
end

#ref_idObject

Returns the value of attribute ref_id

Returns:

  • (Object)

    the current value of ref_id



14
15
16
# File 'lib/esp/mw/linter.rb', line 14

def ref_id
  @ref_id
end

#severityObject

Returns the value of attribute severity

Returns:

  • (Object)

    the current value of severity



14
15
16
# File 'lib/esp/mw/linter.rb', line 14

def severity
  @severity
end