Class: OnContainer::Secrets::GoogleCloud::ServiceBase
- Inherits:
-
Object
- Object
- OnContainer::Secrets::GoogleCloud::ServiceBase
- Includes:
- Common::SafePerformable
- Defined in:
- lib/on_container/secrets/google_cloud/service_base.rb
Instance Attribute Summary collapse
-
#client ⇒ Object
readonly
Returns the value of attribute client.
Method Summary
Methods included from Common::SafePerformable
Instance Attribute Details
#client ⇒ Object (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 |