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