Class: Brute::Skill::Info

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

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_toolsObject

Returns the value of attribute allowed_tools

Returns:

  • (Object)

    the current value of allowed_tools



32
33
34
# File 'lib/brute/skill.rb', line 32

def allowed_tools
  @allowed_tools
end

#compatibilityObject

Returns the value of attribute compatibility

Returns:

  • (Object)

    the current value of compatibility



32
33
34
# File 'lib/brute/skill.rb', line 32

def compatibility
  @compatibility
end

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



32
33
34
# File 'lib/brute/skill.rb', line 32

def content
  @content
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



32
33
34
# File 'lib/brute/skill.rb', line 32

def description
  @description
end

#licenseObject

Returns the value of attribute license

Returns:

  • (Object)

    the current value of license



32
33
34
# File 'lib/brute/skill.rb', line 32

def license
  @license
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



32
33
34
# File 'lib/brute/skill.rb', line 32

def location
  @location
end

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



32
33
34
# File 'lib/brute/skill.rb', line 32

def 
  @metadata
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



32
33
34
# File 'lib/brute/skill.rb', line 32

def name
  @name
end