Class: Privy::Resources::EmbeddedWallets
- Inherits:
-
Object
- Object
- Privy::Resources::EmbeddedWallets
- Defined in:
- lib/privy/resources/embedded_wallets.rb
Instance Method Summary collapse
-
#initialize(client:) ⇒ EmbeddedWallets
constructor
private
A new instance of EmbeddedWallets.
Constructor Details
#initialize(client:) ⇒ EmbeddedWallets
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 EmbeddedWallets.
9 10 11 |
# File 'lib/privy/resources/embedded_wallets.rb', line 9 def initialize(client:) @client = client end |