Class: DedupeRequests::Guard::Result
- Inherits:
-
Struct
- Object
- Struct
- DedupeRequests::Guard::Result
- Defined in:
- lib/dedupe_requests/guard.rb
Overview
outcome: :claimed | :duplicate | :skip
Instance Attribute Summary collapse
-
#fingerprint ⇒ Object
Returns the value of attribute fingerprint.
-
#outcome ⇒ Object
Returns the value of attribute outcome.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Attribute Details
#fingerprint ⇒ Object
Returns the value of attribute fingerprint
8 9 10 |
# File 'lib/dedupe_requests/guard.rb', line 8 def fingerprint @fingerprint end |
#outcome ⇒ Object
Returns the value of attribute outcome
8 9 10 |
# File 'lib/dedupe_requests/guard.rb', line 8 def outcome @outcome end |
#token ⇒ Object
Returns the value of attribute token
8 9 10 |
# File 'lib/dedupe_requests/guard.rb', line 8 def token @token end |