Sha256: 2dbde161bdc621cbe5e0c3e38bb90f6db4c5be3c0e3564c682bb4cd46c473c77
Contents?: true
Size: 579 Bytes
Versions: 87
Compression:
Stored size: 579 Bytes
Contents
class KuberKit::Core::ContextHelper::ServiceHelper < KuberKit::Core::ContextHelper::BaseHelper def initialize(image_store:, artifact_store:, shell:, env_file_reader:, service:) super( image_store: image_store, artifact_store: artifact_store, shell: shell, env_file_reader: env_file_reader ) @service = service end def service_name @service.name.to_s end def service_uri @service.uri end def attribute(attribute_name, default: nil) @service.attribute(attribute_name, default: default) end end
Version data entries
87 entries across 87 versions & 1 rubygems