Class: DedupeRequests::Guard::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/dedupe_requests/guard.rb

Overview

outcome: :claimed | :duplicate | :skip

Instance Attribute Summary collapse

Instance Attribute Details

#fingerprintObject

Returns the value of attribute fingerprint

Returns:

  • (Object)

    the current value of fingerprint



8
9
10
# File 'lib/dedupe_requests/guard.rb', line 8

def fingerprint
  @fingerprint
end

#outcomeObject

Returns the value of attribute outcome

Returns:

  • (Object)

    the current value of outcome



8
9
10
# File 'lib/dedupe_requests/guard.rb', line 8

def outcome
  @outcome
end

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



8
9
10
# File 'lib/dedupe_requests/guard.rb', line 8

def token
  @token
end