Class: Stigg::Resources::V1Beta::Customers

Inherits:
Object
  • Object
show all
Defined in:
lib/stigg/resources/v1_beta/customers.rb,
lib/stigg/resources/v1_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:



13
14
15
16
# File 'lib/stigg/resources/v1_beta/customers.rb', line 13

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

Instance Attribute Details

#entitlementsStigg::Resources::V1Beta::Customers::Entitlements (readonly)



8
9
10
# File 'lib/stigg/resources/v1_beta/customers.rb', line 8

def entitlements
  @entitlements
end