Class: GameLockerAPI::Roster

Inherits:
Object
  • Object
show all
Defined in:
lib/gamelocker_api/roster.rb

Instance Attribute Summary collapse

Instance Attribute Details

#aces_earnedObject

Returns the value of attribute aces_earned.



3
4
5
# File 'lib/gamelocker_api/roster.rb', line 3

def aces_earned
  @aces_earned
end

#goldObject

Returns the value of attribute gold.



3
4
5
# File 'lib/gamelocker_api/roster.rb', line 3

def gold
  @gold
end

#hero_killsObject

Returns the value of attribute hero_kills.



3
4
5
# File 'lib/gamelocker_api/roster.rb', line 3

def hero_kills
  @hero_kills
end

#kraken_capturesObject

Returns the value of attribute kraken_captures.



3
4
5
# File 'lib/gamelocker_api/roster.rb', line 3

def kraken_captures
  @kraken_captures
end

#participantsObject

Returns the value of attribute participants.



3
4
5
# File 'lib/gamelocker_api/roster.rb', line 3

def participants
  @participants
end

#sideObject

Returns the value of attribute side.



3
4
5
# File 'lib/gamelocker_api/roster.rb', line 3

def side
  @side
end

#turret_killsObject

Returns the value of attribute turret_kills.



3
4
5
# File 'lib/gamelocker_api/roster.rb', line 3

def turret_kills
  @turret_kills
end

#turrets_remainingObject

Returns the value of attribute turrets_remaining.



3
4
5
# File 'lib/gamelocker_api/roster.rb', line 3

def turrets_remaining
  @turrets_remaining
end

#uuidObject

Returns the value of attribute uuid.



3
4
5
# File 'lib/gamelocker_api/roster.rb', line 3

def uuid
  @uuid
end