Class: Stigg::Resources::V1::Events::Beta::Customers
- Inherits:
-
Object
- Object
- Stigg::Resources::V1::Events::Beta::Customers
- 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
-
#initialize(client:) ⇒ Customers
constructor
private
A new instance of Customers.
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.
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
#entitlements ⇒ Stigg::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 |