Class: Warcraft::Character

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

Instance Attribute Summary collapse

Instance Attribute Details

#armory_urlObject

Returns the value of attribute armory_url.



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

def armory_url
  @armory_url
end

#class_nameObject

Returns the value of attribute class_name.



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

def class_name
  @class_name
end

#guildObject

Returns the value of attribute guild.



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

def guild
  @guild
end

#levelObject

Returns the value of attribute level.



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

def level
  @level
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#raceObject

Returns the value of attribute race.



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

def race
  @race
end