Class: Stytch::Fraud
- Inherits:
-
Object
- Object
- Stytch::Fraud
- Includes:
- RequestHelper
- Defined in:
- lib/stytch/fraud.rb
Defined Under Namespace
Classes: Fingerprint, Rules
Instance Attribute Summary collapse
-
#fingerprint ⇒ Object
readonly
Returns the value of attribute fingerprint.
-
#rules ⇒ Object
readonly
Returns the value of attribute rules.
Instance Method Summary collapse
-
#initialize(connection) ⇒ Fraud
constructor
A new instance of Fraud.
Methods included from RequestHelper
#delete_request, #get_request, #post_request, #put_request, #request_with_query_params
Constructor Details
Instance Attribute Details
#fingerprint ⇒ Object (readonly)
Returns the value of attribute fingerprint.
14 15 16 |
# File 'lib/stytch/fraud.rb', line 14 def fingerprint @fingerprint end |
#rules ⇒ Object (readonly)
Returns the value of attribute rules.
14 15 16 |
# File 'lib/stytch/fraud.rb', line 14 def rules @rules end |