Class: Restless::Fingerprint::Result
- Inherits:
-
Struct
- Object
- Struct
- Restless::Fingerprint::Result
- Defined in:
- lib/restless/fingerprint.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#strategy ⇒ Object
Returns the value of attribute strategy.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
70 71 72 |
# File 'lib/restless/fingerprint.rb', line 70 def key @key end |
#reason ⇒ Object
Returns the value of attribute reason
70 71 72 |
# File 'lib/restless/fingerprint.rb', line 70 def reason @reason end |
#strategy ⇒ Object
Returns the value of attribute strategy
70 71 72 |
# File 'lib/restless/fingerprint.rb', line 70 def strategy @strategy end |