Class: Helm::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/helm/cli.rb

Instance Attribute Summary collapse

Instance Attribute Details

#connstringObject

Returns the value of attribute connstring

Returns:

  • (Object)

    the current value of connstring



5
6
7
# File 'lib/helm/cli.rb', line 5

def connstring
  @connstring
end

#editorObject

Returns the value of attribute editor

Returns:

  • (Object)

    the current value of editor



5
6
7
# File 'lib/helm/cli.rb', line 5

def editor
  @editor
end

#tempdirObject

Returns the value of attribute tempdir

Returns:

  • (Object)

    the current value of tempdir



5
6
7
# File 'lib/helm/cli.rb', line 5

def tempdir
  @tempdir
end