Class: Warcraft::Character
- Inherits:
-
Object
- Object
- Warcraft::Character
- Defined in:
- lib/warcraft_armory.rb
Instance Attribute Summary collapse
-
#armory_url ⇒ Object
Returns the value of attribute armory_url.
-
#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
#armory_url ⇒ Object
Returns the value of attribute armory_url.
6 7 8 |
# File 'lib/warcraft_armory.rb', line 6 def armory_url @armory_url end |
#class_name ⇒ Object
Returns the value of attribute class_name.
6 7 8 |
# File 'lib/warcraft_armory.rb', line 6 def class_name @class_name end |
#guild ⇒ Object
Returns the value of attribute guild.
6 7 8 |
# File 'lib/warcraft_armory.rb', line 6 def guild @guild end |
#level ⇒ Object
Returns the value of attribute level.
6 7 8 |
# File 'lib/warcraft_armory.rb', line 6 def level @level end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/warcraft_armory.rb', line 6 def name @name end |
#race ⇒ Object
Returns the value of attribute race.
6 7 8 |
# File 'lib/warcraft_armory.rb', line 6 def race @race end |