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