Class: QuakeliveApi::Items::RecentGame

Inherits:
Struct
  • Object
show all
Includes:
Structurable
Defined in:
lib/quakelive_api/items/recent_game.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Structurable

#initialize

Instance Attribute Details

#finishObject

Returns the value of attribute finish

Returns:

  • (Object)

    the current value of finish



3
4
5
# File 'lib/quakelive_api/items/recent_game.rb', line 3

def finish
  @finish
end

#gametypeObject

Returns the value of attribute gametype

Returns:

  • (Object)

    the current value of gametype



3
4
5
# File 'lib/quakelive_api/items/recent_game.rb', line 3

def gametype
  @gametype
end

#imageObject

Returns the value of attribute image

Returns:

  • (Object)

    the current value of image



3
4
5
# File 'lib/quakelive_api/items/recent_game.rb', line 3

def image
  @image
end

#playedObject

Returns the value of attribute played

Returns:

  • (Object)

    the current value of played



3
4
5
# File 'lib/quakelive_api/items/recent_game.rb', line 3

def played
  @played
end