Class: Privacy::ScrubService::Result
- Inherits:
-
Data
- Object
- Data
- Privacy::ScrubService::Result
- Defined in:
- app/services/privacy/scrub_service.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
readonly
Returns the value of attribute error.
-
#scrubbed? ⇒ Object
readonly
Returns the value of attribute scrubbed?.
-
#summary ⇒ Object
readonly
Returns the value of attribute summary.
Instance Method Summary collapse
Instance Attribute Details
#error ⇒ Object (readonly)
Returns the value of attribute error
30 31 32 |
# File 'app/services/privacy/scrub_service.rb', line 30 def error @error end |
#scrubbed? ⇒ Object (readonly)
Returns the value of attribute scrubbed?
30 31 32 |
# File 'app/services/privacy/scrub_service.rb', line 30
def scrubbed?
@scrubbed?
end
|
#summary ⇒ Object (readonly)
Returns the value of attribute summary
30 31 32 |
# File 'app/services/privacy/scrub_service.rb', line 30 def summary @summary end |
Instance Method Details
#failed? ⇒ Boolean
31 |
# File 'app/services/privacy/scrub_service.rb', line 31 def failed? = !scrubbed? |