Class: RailsDrips::IntegrityAudit::Finding
- Inherits:
-
Struct
- Object
- Struct
- RailsDrips::IntegrityAudit::Finding
- Defined in:
- app/services/rails_drips/integrity_audit.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#details ⇒ Object
Returns the value of attribute details.
-
#record_id ⇒ Object
Returns the value of attribute record_id.
-
#record_type ⇒ Object
Returns the value of attribute record_type.
-
#severity ⇒ Object
Returns the value of attribute severity.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
5 6 7 |
# File 'app/services/rails_drips/integrity_audit.rb', line 5 def code @code end |
#details ⇒ Object
Returns the value of attribute details
5 6 7 |
# File 'app/services/rails_drips/integrity_audit.rb', line 5 def details @details end |
#record_id ⇒ Object
Returns the value of attribute record_id
5 6 7 |
# File 'app/services/rails_drips/integrity_audit.rb', line 5 def record_id @record_id end |
#record_type ⇒ Object
Returns the value of attribute record_type
5 6 7 |
# File 'app/services/rails_drips/integrity_audit.rb', line 5 def record_type @record_type end |
#severity ⇒ Object
Returns the value of attribute severity
5 6 7 |
# File 'app/services/rails_drips/integrity_audit.rb', line 5 def severity @severity end |