Class: Restless::Fingerprint::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/restless/fingerprint.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



70
71
72
# File 'lib/restless/fingerprint.rb', line 70

def key
  @key
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



70
71
72
# File 'lib/restless/fingerprint.rb', line 70

def reason
  @reason
end

#strategyObject

Returns the value of attribute strategy

Returns:

  • (Object)

    the current value of strategy



70
71
72
# File 'lib/restless/fingerprint.rb', line 70

def strategy
  @strategy
end