Class: Kube::Ctl::CommandTree::Evaluation
- Inherits:
-
Struct
- Object
- Struct
- Kube::Ctl::CommandTree::Evaluation
- Defined in:
- lib/kube/ctl/command_tree.rb
Instance Attribute Summary collapse
-
#commands ⇒ Object
Returns the value of attribute commands.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#flags ⇒ Object
Returns the value of attribute flags.
-
#rendered ⇒ Object
Returns the value of attribute rendered.
-
#resources ⇒ Object
Returns the value of attribute resources.
-
#valid ⇒ Object
Returns the value of attribute valid.
Instance Method Summary collapse
Instance Attribute Details
#commands ⇒ Object
Returns the value of attribute commands
9 10 11 |
# File 'lib/kube/ctl/command_tree.rb', line 9 def commands @commands end |
#errors ⇒ Object
Returns the value of attribute errors
9 10 11 |
# File 'lib/kube/ctl/command_tree.rb', line 9 def errors @errors end |
#flags ⇒ Object
Returns the value of attribute flags
9 10 11 |
# File 'lib/kube/ctl/command_tree.rb', line 9 def flags @flags end |
#rendered ⇒ Object
Returns the value of attribute rendered
9 10 11 |
# File 'lib/kube/ctl/command_tree.rb', line 9 def rendered @rendered end |
#resources ⇒ Object
Returns the value of attribute resources
9 10 11 |
# File 'lib/kube/ctl/command_tree.rb', line 9 def resources @resources end |
#valid ⇒ Object
Returns the value of attribute valid
9 10 11 |
# File 'lib/kube/ctl/command_tree.rb', line 9 def valid @valid end |
Instance Method Details
#to_s ⇒ Object
10 11 12 |
# File 'lib/kube/ctl/command_tree.rb', line 10 def to_s rendered end |