Class: Beastiary::ByLevel
- Inherits:
-
Object
- Object
- Beastiary::ByLevel
- Defined in:
- lib/rs_api-ruby/beastiary.rb
Class Method Summary collapse
Class Method Details
.getBeasts(identifier) ⇒ Object
59 60 61 62 |
# File 'lib/rs_api-ruby/beastiary.rb', line 59 def self.getBeasts(identifier) jsonRequest = open(Utils.baseURI + 'itemdb_rs/bestiary/levelGroup.json?identifier=' + identifier.to_s).read return JSON.parse(jsonRequest) end |