Class: Stigg::Resources::V1Beta
- Inherits:
-
Object
- Object
- Stigg::Resources::V1Beta
- Defined in:
- lib/stigg/resources/v1_beta.rb,
lib/stigg/resources/v1_beta/entities.rb,
lib/stigg/resources/v1_beta/customers.rb,
lib/stigg/resources/v1_beta/entity_types.rb,
lib/stigg/resources/v1_beta/customers/entitlements.rb
Defined Under Namespace
Classes: Customers, Entities, EntityTypes
Instance Attribute Summary collapse
- #customers ⇒ Stigg::Resources::V1Beta::Customers readonly
- #entities ⇒ Stigg::Resources::V1Beta::Entities readonly
- #entity_types ⇒ Stigg::Resources::V1Beta::EntityTypes readonly
Instance Method Summary collapse
-
#initialize(client:) ⇒ V1Beta
constructor
private
A new instance of V1Beta.
Constructor Details
#initialize(client:) ⇒ V1Beta
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 V1Beta.
18 19 20 21 22 23 |
# File 'lib/stigg/resources/v1_beta.rb', line 18 def initialize(client:) @client = client @customers = Stigg::Resources::V1Beta::Customers.new(client: client) @entity_types = Stigg::Resources::V1Beta::EntityTypes.new(client: client) @entities = Stigg::Resources::V1Beta::Entities.new(client: client) end |
Instance Attribute Details
#customers ⇒ Stigg::Resources::V1Beta::Customers (readonly)
7 8 9 |
# File 'lib/stigg/resources/v1_beta.rb', line 7 def customers @customers end |
#entities ⇒ Stigg::Resources::V1Beta::Entities (readonly)
13 14 15 |
# File 'lib/stigg/resources/v1_beta.rb', line 13 def entities @entities end |
#entity_types ⇒ Stigg::Resources::V1Beta::EntityTypes (readonly)
10 11 12 |
# File 'lib/stigg/resources/v1_beta.rb', line 10 def entity_types @entity_types end |