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

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

Defined Under Namespace

Classes: Entitlements

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(client:) ⇒ Customers

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

Parameters:



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

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

Instance Attribute Details

#entitlementsStigg::Resources::V1::Events::Beta::Customers::Entitlements (readonly)



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

def entitlements
  @entitlements
end