Class: Utils::SkillLabels
- Inherits:
-
Object
- Object
- Utils::SkillLabels
- Defined in:
- lib/rs_api-ruby/utilities.rb
Instance Method Summary collapse
Instance Method Details
#eoc ⇒ Object
20 21 22 23 24 25 26 27 28 29 30 |
# File 'lib/rs_api-ruby/utilities.rb', line 20 def eoc ['Overall', 'Attack', 'Defence', 'Strength', 'Constitution', 'Ranged', 'Prayer', 'Magic', 'Cooking', 'Woodcutting', 'Fletching', 'Fishing', 'Firemaking', 'Crafting', 'Smithing', 'Mining', 'Herblore', 'Agility', 'Thieving', 'Slayer', 'Farming', 'Runecrafting', 'Hunter', 'Construction', 'Summoning', 'Dungeoneering', 'Divination'] end |
#os ⇒ Object
9 10 11 12 13 14 15 16 17 18 |
# File 'lib/rs_api-ruby/utilities.rb', line 9 def os ['Overall', 'Attack', 'Defence', 'Strength', 'Constitution', 'Ranged', 'Prayer', 'Magic', 'Cooking', 'Woodcutting', 'Fletching', 'Fishing', 'Firemaking', 'Crafting', 'Smithing', 'Mining', 'Herblore', 'Agility', 'Thieving', 'Slayer', 'Farming', 'Runecrafting', 'Hunter', 'Construction'] end |