Class: GW2::API::Character

Inherits:
Object
  • Object
show all
Defined in:
lib/gw2/api/character.rb

Class Method Summary collapse

Class Method Details

.allObject



7
8
9
# File 'lib/gw2/api/character.rb', line 7

def self.all
  #TODO: Implement
end

.whereObject



11
12
13
# File 'lib/gw2/api/character.rb', line 11

def self.where
  #TODO: Implement
end

.where_ids(ids = []) ⇒ Object



15
16
17
# File 'lib/gw2/api/character.rb', line 15

def self.where_ids ids=[]
  #TODO: Implement
end