Class: QuakeliveApi::Items::Record

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

Instance Attribute Summary collapse

Method Summary

Methods included from Structurable

#initialize

Instance Attribute Details

#completedObject

Returns the value of attribute completed

Returns:

  • (Object)

    the current value of completed



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

def completed
  @completed
end

#finishedObject

Returns the value of attribute finished

Returns:

  • (Object)

    the current value of finished



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

def finished
  @finished
end

#playedObject

Returns the value of attribute played

Returns:

  • (Object)

    the current value of played



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

def played
  @played
end

#quitsObject

Returns the value of attribute quits

Returns:

  • (Object)

    the current value of quits



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

def quits
  @quits
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



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

def title
  @title
end

#winsObject

Returns the value of attribute wins

Returns:

  • (Object)

    the current value of wins



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

def wins
  @wins
end

#wins_percentageObject

Returns the value of attribute wins_percentage

Returns:

  • (Object)

    the current value of wins_percentage



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

def wins_percentage
  @wins_percentage
end