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

Instance Attribute Details

#data_nameObject

Returns the value of attribute data_name.



14
15
16
# File 'lib/hikiutils.rb', line 14

def data_name
  @data_name
end

#l_dirObject

Returns the value of attribute l_dir.



14
15
16
# File 'lib/hikiutils.rb', line 14

def l_dir
  @l_dir
end

#srcObject

Returns the value of attribute src.



14
15
16
# File 'lib/hikiutils.rb', line 14

def src
  @src
end

#targetObject

Returns the value of attribute target.



14
15
16
# File 'lib/hikiutils.rb', line 14

def target
  @target
end