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