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