Method: Unchained::Client::Factions#factions
- Defined in:
- lib/unchained/client/factions.rb
#factions(opts = {}) ⇒ Object
14 15 16 17 18 19 20 |
# File 'lib/unchained/client/factions.rb', line 14 def factions(opts={}) @cache[:factions] ||= get_resources( "#{base_url}/gamedata/factions", Faction, opts, ) end |