Class: FFXI::ElementFactory::Element

Inherits:
Struct
  • Object
show all
Defined in:
lib/Vana/element.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attributeObject

Returns the value of attribute attribute

Returns:

  • (Object)

    the current value of attribute



3
4
5
# File 'lib/Vana/element.rb', line 3

def attribute
  @attribute
end

#avatarObject

Returns the value of attribute avatar

Returns:

  • (Object)

    the current value of avatar



3
4
5
# File 'lib/Vana/element.rb', line 3

def avatar
  @avatar
end

#colorObject

Returns the value of attribute color

Returns:

  • (Object)

    the current value of color



3
4
5
# File 'lib/Vana/element.rb', line 3

def color
  @color
end

#directionObject

Returns the value of attribute direction

Returns:

  • (Object)

    the current value of direction



3
4
5
# File 'lib/Vana/element.rb', line 3

def direction
  @direction
end

#enfeebleObject

Returns the value of attribute enfeeble

Returns:

  • (Object)

    the current value of enfeeble



3
4
5
# File 'lib/Vana/element.rb', line 3

def enfeeble
  @enfeeble
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/Vana/element.rb', line 3

def name
  @name
end

#ninjutsuObject

Returns the value of attribute ninjutsu

Returns:

  • (Object)

    the current value of ninjutsu



3
4
5
# File 'lib/Vana/element.rb', line 3

def ninjutsu
  @ninjutsu
end

#strengthObject

Returns the value of attribute strength

Returns:

  • (Object)

    the current value of strength



3
4
5
# File 'lib/Vana/element.rb', line 3

def strength
  @strength
end

#weaknessObject

Returns the value of attribute weakness

Returns:

  • (Object)

    the current value of weakness



3
4
5
# File 'lib/Vana/element.rb', line 3

def weakness
  @weakness
end