Class: Lithic::Resources::Fraud
- Inherits:
-
Object
- Object
- Lithic::Resources::Fraud
- Defined in:
- lib/lithic/resources/fraud.rb,
lib/lithic/resources/fraud/transactions.rb
Defined Under Namespace
Classes: Transactions
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(client:) ⇒ Fraud
constructor
private
A new instance of Fraud.
Constructor Details
#initialize(client:) ⇒ Fraud
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of Fraud.
12 13 14 15 |
# File 'lib/lithic/resources/fraud.rb', line 12 def initialize(client:) @client = client @transactions = Lithic::Resources::Fraud::Transactions.new(client: client) end |
Instance Attribute Details
#transactions ⇒ Lithic::Resources::Fraud::Transactions (readonly)
7 8 9 |
# File 'lib/lithic/resources/fraud.rb', line 7 def transactions @transactions end |