Class: RKSeal::Commands::Result
- Inherits:
-
Data
- Object
- Data
- RKSeal::Commands::Result
- Defined in:
- lib/rkseal/commands/result.rb
Overview
Instance Attribute Summary collapse
-
#deployed ⇒ Object
readonly
Returns the value of attribute deployed.
-
#namespace ⇒ Object
readonly
Returns the value of attribute namespace.
-
#output_path ⇒ Object
readonly
Returns the value of attribute output_path.
-
#secret_name ⇒ Object
readonly
Returns the value of attribute secret_name.
Instance Attribute Details
#deployed ⇒ Object (readonly)
Returns the value of attribute deployed
20 |
# File 'lib/rkseal/commands/result.rb', line 20 Result = Data.define(:secret_name, :namespace, :output_path, :deployed) |
#namespace ⇒ Object (readonly)
Returns the value of attribute namespace
20 |
# File 'lib/rkseal/commands/result.rb', line 20 Result = Data.define(:secret_name, :namespace, :output_path, :deployed) |
#output_path ⇒ Object (readonly)
Returns the value of attribute output_path
20 |
# File 'lib/rkseal/commands/result.rb', line 20 Result = Data.define(:secret_name, :namespace, :output_path, :deployed) |
#secret_name ⇒ Object (readonly)
Returns the value of attribute secret_name
20 |
# File 'lib/rkseal/commands/result.rb', line 20 Result = Data.define(:secret_name, :namespace, :output_path, :deployed) |