Class: Privacy::ManualReviewDetector::Result

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#held?Object (readonly)

Returns the value of attribute held?

Returns:

  • (Object)

    the current value of held?



25
26
27
# File 'app/services/privacy/manual_review_detector.rb', line 25

def held?
  @held?
end

#reasonsObject (readonly)

Returns the value of attribute reasons

Returns:

  • (Object)

    the current value of reasons



25
26
27
# File 'app/services/privacy/manual_review_detector.rb', line 25

def reasons
  @reasons
end

Instance Method Details

#cleared?Boolean

Returns:

  • (Boolean)


26
# File 'app/services/privacy/manual_review_detector.rb', line 26

def cleared? = !held?