Class: QuakeliveApi::Items::Favourite

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

Instance Attribute Summary collapse

Method Summary

Methods included from Structurable

#initialize

Instance Attribute Details

#arenaObject

Returns the value of attribute arena

Returns:

  • (Object)

    the current value of arena



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

def arena
  @arena
end

#game_typeObject

Returns the value of attribute game_type

Returns:

  • (Object)

    the current value of game_type



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

def game_type
  @game_type
end

#weaponObject

Returns the value of attribute weapon

Returns:

  • (Object)

    the current value of weapon



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

def weapon
  @weapon
end