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.1.1"
Instance Attribute Summary collapse
-
#data_name ⇒ Object
Returns the value of attribute data_name.
-
#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
#data_name ⇒ Object
Returns the value of attribute data_name.
14 15 16 |
# File 'lib/hikiutils.rb', line 14 def data_name @data_name end |
#l_dir ⇒ Object
Returns the value of attribute l_dir.
14 15 16 |
# File 'lib/hikiutils.rb', line 14 def l_dir @l_dir end |
#src ⇒ Object
Returns the value of attribute src.
14 15 16 |
# File 'lib/hikiutils.rb', line 14 def src @src end |
#target ⇒ Object
Returns the value of attribute target.
14 15 16 |
# File 'lib/hikiutils.rb', line 14 def target @target end |