Module: HikiUtils
- Defined in:
- lib/hikiutils.rb,
lib/hikiutils/version.rb
Defined Under Namespace
Classes: Command
Constant Summary collapse
- DATA_FILE =
File.join(ENV['HOME'],'.hikirc')
- VERSION =
"0.2.4"
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.
16 17 18 |
# File 'lib/hikiutils.rb', line 16 def browser @browser end |
#data_name ⇒ Object
Returns the value of attribute data_name.
16 17 18 |
# File 'lib/hikiutils.rb', line 16 def data_name @data_name end |
#editor_command ⇒ Object
Returns the value of attribute editor_command.
16 17 18 |
# File 'lib/hikiutils.rb', line 16 def editor_command @editor_command end |
#l_dir ⇒ Object
Returns the value of attribute l_dir.
16 17 18 |
# File 'lib/hikiutils.rb', line 16 def l_dir @l_dir end |
#src ⇒ Object
Returns the value of attribute src.
16 17 18 |
# File 'lib/hikiutils.rb', line 16 def src @src end |
#target ⇒ Object
Returns the value of attribute target.
16 17 18 |
# File 'lib/hikiutils.rb', line 16 def target @target end |