Class: Privacy::ScrubService::Result

Inherits:
Data
  • Object
show all
Defined in:
app/services/privacy/scrub_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#errorObject (readonly)

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



29
30
31
# File 'app/services/privacy/scrub_service.rb', line 29

def error
  @error
end

#scrubbed?Object (readonly)

Returns the value of attribute scrubbed?

Returns:

  • (Object)

    the current value of scrubbed?



29
30
31
# File 'app/services/privacy/scrub_service.rb', line 29

def scrubbed?
  @scrubbed?
end

#summaryObject (readonly)

Returns the value of attribute summary

Returns:

  • (Object)

    the current value of summary



29
30
31
# File 'app/services/privacy/scrub_service.rb', line 29

def summary
  @summary
end

Instance Method Details

#failed?Boolean

Returns:

  • (Boolean)


30
# File 'app/services/privacy/scrub_service.rb', line 30

def failed? = !scrubbed?