class Esi::GetFactions

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/gets/get_factions.rb, line 5
def initialize
  super( 'universe/factions/', {} )
end

Public Instance Methods

get_ids() click to toggle source
# File lib/gets/get_factions.rb, line 9
def get_ids
  get_page.map{ |f| f['faction_id'] }
end