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

Instance Attribute Details

#browserObject

Returns the value of attribute browser.



16
17
18
# File 'lib/hikiutils.rb', line 16

def browser
  @browser
end

#data_nameObject

Returns the value of attribute data_name.



16
17
18
# File 'lib/hikiutils.rb', line 16

def data_name
  @data_name
end

#editor_commandObject

Returns the value of attribute editor_command.



16
17
18
# File 'lib/hikiutils.rb', line 16

def editor_command
  @editor_command
end

#l_dirObject

Returns the value of attribute l_dir.



16
17
18
# File 'lib/hikiutils.rb', line 16

def l_dir
  @l_dir
end

#srcObject

Returns the value of attribute src.



16
17
18
# File 'lib/hikiutils.rb', line 16

def src
  @src
end

#targetObject

Returns the value of attribute target.



16
17
18
# File 'lib/hikiutils.rb', line 16

def target
  @target
end