Class: GameLockerAPI::Match
- Inherits:
-
Object
- Object
- GameLockerAPI::Match
- Defined in:
- lib/gamelocker_api/match.rb
Instance Attribute Summary collapse
-
#blue_team ⇒ Object
Returns the value of attribute blue_team.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#end_game_reason ⇒ Object
Returns the value of attribute end_game_reason.
-
#gamemode ⇒ Object
Returns the value of attribute gamemode.
-
#participants ⇒ Object
Returns the value of attribute participants.
-
#players ⇒ Object
Returns the value of attribute players.
-
#red_team ⇒ Object
Returns the value of attribute red_team.
-
#rosters ⇒ Object
Returns the value of attribute rosters.
-
#shard_id ⇒ Object
Returns the value of attribute shard_id.
-
#telemetry_url ⇒ Object
Returns the value of attribute telemetry_url.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
Instance Attribute Details
#blue_team ⇒ Object
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_at ⇒ Object
Returns the value of attribute created_at.
4 5 6 |
# File 'lib/gamelocker_api/match.rb', line 4 def created_at @created_at end |
#duration ⇒ Object
Returns the value of attribute duration.
4 5 6 |
# File 'lib/gamelocker_api/match.rb', line 4 def duration @duration end |
#end_game_reason ⇒ Object
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 |
#gamemode ⇒ Object
Returns the value of attribute gamemode.
4 5 6 |
# File 'lib/gamelocker_api/match.rb', line 4 def gamemode @gamemode end |
#participants ⇒ Object
Returns the value of attribute participants.
3 4 5 |
# File 'lib/gamelocker_api/match.rb', line 3 def participants @participants end |
#players ⇒ Object
Returns the value of attribute players.
3 4 5 |
# File 'lib/gamelocker_api/match.rb', line 3 def players @players end |
#red_team ⇒ Object
Returns the value of attribute red_team.
3 4 5 |
# File 'lib/gamelocker_api/match.rb', line 3 def red_team @red_team end |
#rosters ⇒ Object
Returns the value of attribute rosters.
3 4 5 |
# File 'lib/gamelocker_api/match.rb', line 3 def rosters @rosters end |
#shard_id ⇒ Object
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_url ⇒ Object
Returns the value of attribute telemetry_url.
4 5 6 |
# File 'lib/gamelocker_api/match.rb', line 4 def telemetry_url @telemetry_url end |
#uuid ⇒ Object
Returns the value of attribute uuid.
3 4 5 |
# File 'lib/gamelocker_api/match.rb', line 3 def uuid @uuid end |