Class: Brute::Skill::Info

Inherits:
Struct
  • Object
show all
Defined in:
lib/brute/skill.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



25
26
27
# File 'lib/brute/skill.rb', line 25

def content
  @content
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



25
26
27
# File 'lib/brute/skill.rb', line 25

def description
  @description
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



25
26
27
# File 'lib/brute/skill.rb', line 25

def location
  @location
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



25
26
27
# File 'lib/brute/skill.rb', line 25

def name
  @name
end