Module: Hikithor
- Defined in:
- lib/hikiutils_thor.rb
Defined Under Namespace
Classes: CLI
Constant Summary collapse
- DATA_FILE =
File.join(ENV['HOME'],'.hikirc')
Instance Attribute Summary collapse
-
#browser ⇒ Object
Returns the value of attribute browser.
-
#data_name ⇒ Object
Returns the value of attribute data_name.
-
#editor_command ⇒ Object
Returns the value of attribute editor_command.
-
#l_dir ⇒ Object
Returns the value of attribute l_dir.
-
#src ⇒ Object
Returns the value of attribute src.
-
#target ⇒ Object
Returns the value of attribute target.
Instance Attribute Details
#browser ⇒ Object
Returns the value of attribute browser.
17 18 19 |
# File 'lib/hikiutils_thor.rb', line 17 def browser @browser end |
#data_name ⇒ Object
Returns the value of attribute data_name.
17 18 19 |
# File 'lib/hikiutils_thor.rb', line 17 def data_name @data_name end |
#editor_command ⇒ Object
Returns the value of attribute editor_command.
17 18 19 |
# File 'lib/hikiutils_thor.rb', line 17 def editor_command @editor_command end |
#l_dir ⇒ Object
Returns the value of attribute l_dir.
17 18 19 |
# File 'lib/hikiutils_thor.rb', line 17 def l_dir @l_dir end |
#src ⇒ Object
Returns the value of attribute src.
17 18 19 |
# File 'lib/hikiutils_thor.rb', line 17 def src @src end |
#target ⇒ Object
Returns the value of attribute target.
17 18 19 |
# File 'lib/hikiutils_thor.rb', line 17 def target @target end |