Class: GameLockerAPI::Match

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

Instance Attribute Summary collapse

Instance Attribute Details

#blue_teamObject

Returns the value of attribute blue_team.



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

def blue_team
  @blue_team
end

#created_atObject

Returns the value of attribute created_at.



4
5
6
# File 'lib/gamelocker_api/match.rb', line 4

def created_at
  @created_at
end

#durationObject

Returns the value of attribute duration.



4
5
6
# File 'lib/gamelocker_api/match.rb', line 4

def duration
  @duration
end

#end_game_reasonObject

Returns the value of attribute end_game_reason.



4
5
6
# File 'lib/gamelocker_api/match.rb', line 4

def end_game_reason
  @end_game_reason
end

#gamemodeObject

Returns the value of attribute gamemode.



4
5
6
# File 'lib/gamelocker_api/match.rb', line 4

def gamemode
  @gamemode
end

#participantsObject

Returns the value of attribute participants.



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

def participants
  @participants
end

#playersObject

Returns the value of attribute players.



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

def players
  @players
end

#red_teamObject

Returns the value of attribute red_team.



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

def red_team
  @red_team
end

#rostersObject

Returns the value of attribute rosters.



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

def rosters
  @rosters
end

#shard_idObject

Returns the value of attribute shard_id.



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

def shard_id
  @shard_id
end

#telemetry_urlObject

Returns the value of attribute telemetry_url.



4
5
6
# File 'lib/gamelocker_api/match.rb', line 4

def telemetry_url
  @telemetry_url
end

#uuidObject

Returns the value of attribute uuid.



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

def uuid
  @uuid
end