Class: GDKBox::Skills::Skill

Inherits:
Struct
  • Object
show all
Defined in:
lib/gdkbox/skills.rb

Overview

A discovered skill: where it lives and a one-line summary for listings.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



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

def description
  @description
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#originObject

Returns the value of attribute origin

Returns:

  • (Object)

    the current value of origin



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

def origin
  @origin
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



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

def path
  @path
end