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/entities.rb,
lib/stigg/resources/v1_beta/customers/assignments.rb,
lib/stigg/resources/v1_beta/customers/entitlements.rb
Defined Under Namespace
Classes: Assignments, Entities, Entitlements
Instance Attribute Summary collapse
- #assignments ⇒ Stigg::Resources::V1Beta::Customers::Assignments readonly
- #entities ⇒ Stigg::Resources::V1Beta::Customers::Entities readonly
- #entitlements ⇒ Stigg::Resources::V1Beta::Customers::Entitlements readonly
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.
19 20 21 22 23 24 |
# File 'lib/stigg/resources/v1_beta/customers.rb', line 19 def initialize(client:) @client = client @entitlements = Stigg::Resources::V1Beta::Customers::Entitlements.new(client: client) @entities = Stigg::Resources::V1Beta::Customers::Entities.new(client: client) @assignments = Stigg::Resources::V1Beta::Customers::Assignments.new(client: client) end |
Instance Attribute Details
#assignments ⇒ Stigg::Resources::V1Beta::Customers::Assignments (readonly)
14 15 16 |
# File 'lib/stigg/resources/v1_beta/customers.rb', line 14 def assignments @assignments end |
#entities ⇒ Stigg::Resources::V1Beta::Customers::Entities (readonly)
11 12 13 |
# File 'lib/stigg/resources/v1_beta/customers.rb', line 11 def entities @entities end |
#entitlements ⇒ Stigg::Resources::V1Beta::Customers::Entitlements (readonly)
8 9 10 |
# File 'lib/stigg/resources/v1_beta/customers.rb', line 8 def entitlements @entitlements end |