Class: Stigg::Resources::V1Beta::Customers
- Inherits:
-
Object
- Object
- Stigg::Resources::V1Beta::Customers
- 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
-
#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.
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
#entitlements ⇒ Stigg::Resources::V1Beta::Customers::Entitlements (readonly)
8 9 10 |
# File 'lib/stigg/resources/v1_beta/customers.rb', line 8 def entitlements @entitlements end |