Class: Stigg::Resources::V1::Events::Beta

Inherits:
Object
  • Object
show all
Defined in:
lib/stigg/resources/v1/events/beta.rb,
lib/stigg/resources/v1/events/beta/customers.rb,
lib/stigg/resources/v1/events/beta/customers/entitlements.rb

Defined Under Namespace

Classes: Customers

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(client:) ⇒ Beta

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

Parameters:



14
15
16
17
# File 'lib/stigg/resources/v1/events/beta.rb', line 14

def initialize(client:)
  @client = client
  @customers = Stigg::Resources::V1::Events::Beta::Customers.new(client: client)
end

Instance Attribute Details

#customersStigg::Resources::V1::Events::Beta::Customers (readonly)



9
10
11
# File 'lib/stigg/resources/v1/events/beta.rb', line 9

def customers
  @customers
end