Class: RailsDrips::IntegrityAudit::Finding

Inherits:
Struct
  • Object
show all
Defined in:
app/services/rails_drips/integrity_audit.rb

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



5
6
7
# File 'app/services/rails_drips/integrity_audit.rb', line 5

def code
  @code
end

#detailsObject

Returns the value of attribute details

Returns:

  • (Object)

    the current value of details



5
6
7
# File 'app/services/rails_drips/integrity_audit.rb', line 5

def details
  @details
end

#record_idObject

Returns the value of attribute record_id

Returns:

  • (Object)

    the current value of record_id



5
6
7
# File 'app/services/rails_drips/integrity_audit.rb', line 5

def record_id
  @record_id
end

#record_typeObject

Returns the value of attribute record_type

Returns:

  • (Object)

    the current value of record_type



5
6
7
# File 'app/services/rails_drips/integrity_audit.rb', line 5

def record_type
  @record_type
end

#severityObject

Returns the value of attribute severity

Returns:

  • (Object)

    the current value of severity



5
6
7
# File 'app/services/rails_drips/integrity_audit.rb', line 5

def severity
  @severity
end