Skip to content
Kward Search API index

Class: Kward::ConfigFiles::Skill

Inherits:
Struct
  • Object
show all
Defined in:
lib/kward/config_files.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



41
42
43
# File 'lib/kward/config_files.rb', line 41

def description
  @description
end

#folderObject

Returns the value of attribute folder

Returns:

  • (Object)

    the current value of folder



41
42
43
# File 'lib/kward/config_files.rb', line 41

def folder
  @folder
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



41
42
43
# File 'lib/kward/config_files.rb', line 41

def name
  @name
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



41
42
43
# File 'lib/kward/config_files.rb', line 41

def path
  @path
end