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



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?

Returns:

  • (Object)

    the current value of scrubbed?



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

def scrubbed?
  @scrubbed?
end

#summaryObject (readonly)

Returns the value of attribute summary

Returns:

  • (Object)

    the current value of summary



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

def summary
  @summary
end

Instance Method Details

#failed?Boolean

Returns:

  • (Boolean)


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

def failed? = !scrubbed?