Class: QuakeliveApi::Items::Competitor

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

Instance Attribute Summary collapse

Method Summary

Methods included from Structurable

#initialize

Instance Attribute Details

#iconObject

Returns the value of attribute icon

Returns:

  • (Object)

    the current value of icon



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

def icon
  @icon
end

#nickObject

Returns the value of attribute nick

Returns:

  • (Object)

    the current value of nick



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

def nick
  @nick
end

#playedObject

Returns the value of attribute played

Returns:

  • (Object)

    the current value of played



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

def played
  @played
end