Class: Helmsnap::Command::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/helmsnap/command.rb

Instance Attribute Summary collapse

Instance Attribute Details

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



4
5
6
# File 'lib/helmsnap/command.rb', line 4

def output
  @output
end

#successObject

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



4
5
6
# File 'lib/helmsnap/command.rb', line 4

def success
  @success
end