Class: Privacy::ManualReviewDetector::Result
- Inherits:
-
Data
- Object
- Data
- Privacy::ManualReviewDetector::Result
- Defined in:
- app/services/privacy/manual_review_detector.rb
Instance Attribute Summary collapse
-
#held? ⇒ Object
readonly
Returns the value of attribute held?.
-
#reasons ⇒ Object
readonly
Returns the value of attribute reasons.
Instance Method Summary collapse
Instance Attribute Details
#held? ⇒ Object (readonly)
Returns the value of attribute held?
25 26 27 |
# File 'app/services/privacy/manual_review_detector.rb', line 25
def held?
@held?
end
|
#reasons ⇒ Object (readonly)
Returns the value of attribute reasons
25 26 27 |
# File 'app/services/privacy/manual_review_detector.rb', line 25 def reasons @reasons end |
Instance Method Details
#cleared? ⇒ Boolean
26 |
# File 'app/services/privacy/manual_review_detector.rb', line 26 def cleared? = !held? |