Class: WarcraftCharacter
- Inherits:
-
Object
- Object
- WarcraftCharacter
- Defined in:
- lib/warcraft_armory.rb
Instance Attribute Summary collapse
-
#class_name ⇒ Object
Returns the value of attribute class_name.
-
#guild ⇒ Object
Returns the value of attribute guild.
-
#level ⇒ Object
Returns the value of attribute level.
-
#name ⇒ Object
Returns the value of attribute name.
-
#race ⇒ Object
Returns the value of attribute race.
Instance Attribute Details
#class_name ⇒ Object
Returns the value of attribute class_name.
5 6 7 |
# File 'lib/warcraft_armory.rb', line 5 def class_name @class_name end |
#guild ⇒ Object
Returns the value of attribute guild.
5 6 7 |
# File 'lib/warcraft_armory.rb', line 5 def guild @guild end |
#level ⇒ Object
Returns the value of attribute level.
5 6 7 |
# File 'lib/warcraft_armory.rb', line 5 def level @level end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/warcraft_armory.rb', line 5 def name @name end |
#race ⇒ Object
Returns the value of attribute race.
5 6 7 |
# File 'lib/warcraft_armory.rb', line 5 def race @race end |