Class: OCI::Cims::UserClientCompositeOperations
- Inherits:
-
Object
- Object
- OCI::Cims::UserClientCompositeOperations
- Defined in:
- lib/oci/cims/user_client_composite_operations.rb
Overview
This class provides a wrapper around UserClient and offers convenience methods for operations that would otherwise need to be chained together. For example, instead of performing an action on a resource (e.g. launching an instance, creating a load balancer) and then using a waiter to wait for the resource to enter a given state, you can call a single method in this class to accomplish the same functionality
Instance Attribute Summary collapse
-
#service_client ⇒ OCI::Cims::UserClient
readonly
The UserClient used to communicate with the service_client.
Instance Method Summary collapse
-
#initialize(service_client = OCI::Cims::UserClient.new) ⇒ UserClientCompositeOperations
constructor
Initializes a new UserClientCompositeOperations.
Constructor Details
#initialize(service_client = OCI::Cims::UserClient.new) ⇒ UserClientCompositeOperations
Initializes a new UserClientCompositeOperations
20 21 22 |
# File 'lib/oci/cims/user_client_composite_operations.rb', line 20 def initialize(service_client = OCI::Cims::UserClient.new) @service_client = service_client end |
Instance Attribute Details
#service_client ⇒ OCI::Cims::UserClient (readonly)
The OCI::Cims::UserClient used to communicate with the service_client
14 15 16 |
# File 'lib/oci/cims/user_client_composite_operations.rb', line 14 def service_client @service_client end |