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

Instance Attribute Details

#browserObject

Returns the value of attribute browser.



17
18
19
# File 'lib/hikiutils_thor.rb', line 17

def browser
  @browser
end

#data_nameObject

Returns the value of attribute data_name.



17
18
19
# File 'lib/hikiutils_thor.rb', line 17

def data_name
  @data_name
end

#editor_commandObject

Returns the value of attribute editor_command.



17
18
19
# File 'lib/hikiutils_thor.rb', line 17

def editor_command
  @editor_command
end

#l_dirObject

Returns the value of attribute l_dir.



17
18
19
# File 'lib/hikiutils_thor.rb', line 17

def l_dir
  @l_dir
end

#srcObject

Returns the value of attribute src.



17
18
19
# File 'lib/hikiutils_thor.rb', line 17

def src
  @src
end

#targetObject

Returns the value of attribute target.



17
18
19
# File 'lib/hikiutils_thor.rb', line 17

def target
  @target
end