Class: Kube::Ctl::CommandTree::Validator::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



7
8
9
# File 'lib/kube/ctl/command_tree/validator.rb', line 7

def errors
  @errors
end

#flagsObject

Returns the value of attribute flags

Returns:

  • (Object)

    the current value of flags



7
8
9
# File 'lib/kube/ctl/command_tree/validator.rb', line 7

def flags
  @flags
end

#positionalObject

Returns the value of attribute positional

Returns:

  • (Object)

    the current value of positional



7
8
9
# File 'lib/kube/ctl/command_tree/validator.rb', line 7

def positional
  @positional
end

#resolved_pathObject

Returns the value of attribute resolved_path

Returns:

  • (Object)

    the current value of resolved_path



7
8
9
# File 'lib/kube/ctl/command_tree/validator.rb', line 7

def resolved_path
  @resolved_path
end

#valid?Object

Returns the value of attribute valid?

Returns:

  • (Object)

    the current value of valid?



7
8
9
# File 'lib/kube/ctl/command_tree/validator.rb', line 7

def valid?
  @valid?
end