Class: Helm::Config
- Inherits:
-
Struct
- Object
- Struct
- Helm::Config
- Defined in:
- lib/helm/cli.rb
Instance Attribute Summary collapse
-
#connstring ⇒ Object
Returns the value of attribute connstring.
-
#editor ⇒ Object
Returns the value of attribute editor.
-
#tempdir ⇒ Object
Returns the value of attribute tempdir.
Instance Attribute Details
#connstring ⇒ Object
Returns the value of attribute connstring
5 6 7 |
# File 'lib/helm/cli.rb', line 5 def connstring @connstring end |
#editor ⇒ Object
Returns the value of attribute editor
5 6 7 |
# File 'lib/helm/cli.rb', line 5 def editor @editor end |
#tempdir ⇒ Object
Returns the value of attribute tempdir
5 6 7 |
# File 'lib/helm/cli.rb', line 5 def tempdir @tempdir end |