Class: OnContainer::Secrets::GoogleCloud::ServiceBase

Inherits:
Object
  • Object
show all
Includes:
Common::SafePerformable
Defined in:
lib/on_container/secrets/google_cloud/service_base.rb

Direct Known Subclasses

EnvLoader, Fetcher

Instance Attribute Summary collapse

Method Summary

Methods included from Common::SafePerformable

included, #perform

Instance Attribute Details

#clientObject (readonly)

Returns the value of attribute client.



11
12
13
# File 'lib/on_container/secrets/google_cloud/service_base.rb', line 11

def client
  @client
end