Class: Stigg::Resources::Internal::Beta::EventQueues

Inherits:
Object
  • Object
show all
Defined in:
lib/stigg/resources/internal/beta/event_queues.rb

Instance Method Summary collapse

Constructor Details

#initialize(client:) ⇒ EventQueues

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 EventQueues.

Parameters:



11
12
13
# File 'lib/stigg/resources/internal/beta/event_queues.rb', line 11

def initialize(client:)
  @client = client
end