Class: Stigg::Resources::Internal
- Inherits:
-
Object
- Object
- Stigg::Resources::Internal
- Defined in:
- lib/stigg/resources/internal.rb,
lib/stigg/resources/internal/beta.rb,
lib/stigg/resources/internal/beta/event_queues.rb
Defined Under Namespace
Classes: Beta
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(client:) ⇒ Internal
constructor
private
A new instance of Internal.
Constructor Details
#initialize(client:) ⇒ Internal
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 Internal.
12 13 14 15 |
# File 'lib/stigg/resources/internal.rb', line 12 def initialize(client:) @client = client @beta = Stigg::Resources::Internal::Beta.new(client: client) end |
Instance Attribute Details
#beta ⇒ Stigg::Resources::Internal::Beta (readonly)
7 8 9 |
# File 'lib/stigg/resources/internal.rb', line 7 def beta @beta end |