Sha256: cda4338a333b1b4ffd9597b6ff88d2180c8b29d67a52848046375210d81ff1ed
Contents?: true
Size: 482 Bytes
Versions: 1
Compression:
Stored size: 482 Bytes
Contents
class KuberKit::Core::ContextHelper::ServiceHelper < KuberKit::Core::ContextHelper::BaseHelper def initialize(image_store:, artifact_store:, shell:, service:) super( image_store: image_store, artifact_store: artifact_store, shell: shell ) @service = service end def service_name @service.name.to_s end def service_uri @service.uri end def attribute(attribute_name) @service.attribute(attribute_name) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kuber_kit-0.1.5 | lib/kuber_kit/core/context_helper/service_helper.rb |