Class: Kube::Ctl::CommandTree::Evaluation

Inherits:
Struct
  • Object
show all
Defined in:
lib/kube/ctl/command_tree.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#commandsObject

Returns the value of attribute commands

Returns:

  • (Object)

    the current value of commands



9
10
11
# File 'lib/kube/ctl/command_tree.rb', line 9

def commands
  @commands
end

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



9
10
11
# File 'lib/kube/ctl/command_tree.rb', line 9

def errors
  @errors
end

#flagsObject

Returns the value of attribute flags

Returns:

  • (Object)

    the current value of flags



9
10
11
# File 'lib/kube/ctl/command_tree.rb', line 9

def flags
  @flags
end

#renderedObject

Returns the value of attribute rendered

Returns:

  • (Object)

    the current value of rendered



9
10
11
# File 'lib/kube/ctl/command_tree.rb', line 9

def rendered
  @rendered
end

#resourcesObject

Returns the value of attribute resources

Returns:

  • (Object)

    the current value of resources



9
10
11
# File 'lib/kube/ctl/command_tree.rb', line 9

def resources
  @resources
end

#validObject

Returns the value of attribute valid

Returns:

  • (Object)

    the current value of valid



9
10
11
# File 'lib/kube/ctl/command_tree.rb', line 9

def valid
  @valid
end

Instance Method Details

#to_sObject



10
11
12
# File 'lib/kube/ctl/command_tree.rb', line 10

def to_s
  rendered
end