Class: WarcraftCharacter

Inherits:
Object
  • Object
show all
Defined in:
lib/warcraft_armory.rb

Instance Attribute Summary collapse

Instance Attribute Details

#class_nameObject

Returns the value of attribute class_name.



5
6
7
# File 'lib/warcraft_armory.rb', line 5

def class_name
  @class_name
end

#guildObject

Returns the value of attribute guild.



5
6
7
# File 'lib/warcraft_armory.rb', line 5

def guild
  @guild
end

#levelObject

Returns the value of attribute level.



5
6
7
# File 'lib/warcraft_armory.rb', line 5

def level
  @level
end

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/warcraft_armory.rb', line 5

def name
  @name
end

#raceObject

Returns the value of attribute race.



5
6
7
# File 'lib/warcraft_armory.rb', line 5

def race
  @race
end