class OCI::GenericArtifactsContent::GenericArtifactsContentClientCompositeOperations
This class provides a wrapper around {OCI::GenericArtifactsContent::GenericArtifactsContentClient} 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
Attributes
The {OCI::GenericArtifactsContent::GenericArtifactsContentClient} used to communicate with the service_client
@return [OCI::GenericArtifactsContent::GenericArtifactsContentClient]
Public Class Methods
Initializes a new GenericArtifactsContentClientCompositeOperations
@param [OCI::GenericArtifactsContent::GenericArtifactsContentClient] service_client
The client used to communicate with the service.
Defaults to a new service client created via {OCI::GenericArtifactsContent::GenericArtifactsContentClient#initialize} with no arguments
# File lib/oci/generic_artifacts_content/generic_artifacts_content_client_composite_operations.rb, line 20 def initialize(service_client = OCI::GenericArtifactsContent::GenericArtifactsContentClient.new) @service_client = service_client end