Class: QuakeliveApi::Profile::Summary

Inherits:
Base
  • Object
show all
Defined in:
lib/quakelive_api/profile/summary.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#player_name

Method Summary

Methods inherited from Base

#initialize, #inspect

Constructor Details

This class inherits a constructor from QuakeliveApi::Base

Instance Attribute Details

#accuracyObject (readonly)

Returns the value of attribute accuracy.



4
5
6
# File 'lib/quakelive_api/profile/summary.rb', line 4

def accuracy
  @accuracy
end

#clanObject (readonly)

Returns the value of attribute clan.



4
5
6
# File 'lib/quakelive_api/profile/summary.rb', line 4

def clan
  @clan
end

#countryObject (readonly)

Returns the value of attribute country.



4
5
6
# File 'lib/quakelive_api/profile/summary.rb', line 4

def country
  @country
end

#deathsObject (readonly)

Returns the value of attribute deaths.



4
5
6
# File 'lib/quakelive_api/profile/summary.rb', line 4

def deaths
  @deaths
end

#favouriteObject (readonly)

Returns the value of attribute favourite.



4
5
6
# File 'lib/quakelive_api/profile/summary.rb', line 4

def favourite
  @favourite
end

#fragsObject (readonly)

Returns the value of attribute frags.



4
5
6
# File 'lib/quakelive_api/profile/summary.rb', line 4

def frags
  @frags
end

#hitsObject (readonly)

Returns the value of attribute hits.



4
5
6
# File 'lib/quakelive_api/profile/summary.rb', line 4

def hits
  @hits
end

#last_gameObject (readonly)

Returns the value of attribute last_game.



4
5
6
# File 'lib/quakelive_api/profile/summary.rb', line 4

def last_game
  @last_game
end

#lossesObject (readonly)

Returns the value of attribute losses.



4
5
6
# File 'lib/quakelive_api/profile/summary.rb', line 4

def losses
  @losses
end

#member_sinceObject (readonly)

Returns the value of attribute member_since.



4
5
6
# File 'lib/quakelive_api/profile/summary.rb', line 4

def member_since
  @member_since
end

#modelObject (readonly)

Returns the value of attribute model.



4
5
6
# File 'lib/quakelive_api/profile/summary.rb', line 4

def model
  @model
end

#nickObject (readonly)

Returns the value of attribute nick.



4
5
6
# File 'lib/quakelive_api/profile/summary.rb', line 4

def nick
  @nick
end

#quitsObject (readonly)

Returns the value of attribute quits.



4
5
6
# File 'lib/quakelive_api/profile/summary.rb', line 4

def quits
  @quits
end

#recent_awardsObject (readonly)

Returns the value of attribute recent_awards.



4
5
6
# File 'lib/quakelive_api/profile/summary.rb', line 4

def recent_awards
  @recent_awards
end

#recent_competitorsObject (readonly)

Returns the value of attribute recent_competitors.



4
5
6
# File 'lib/quakelive_api/profile/summary.rb', line 4

def recent_competitors
  @recent_competitors
end

#recent_gamesObject (readonly)

Returns the value of attribute recent_games.



4
5
6
# File 'lib/quakelive_api/profile/summary.rb', line 4

def recent_games
  @recent_games
end

#shotsObject (readonly)

Returns the value of attribute shots.



4
5
6
# File 'lib/quakelive_api/profile/summary.rb', line 4

def shots
  @shots
end

#time_playedObject (readonly)

Returns the value of attribute time_played.



4
5
6
# File 'lib/quakelive_api/profile/summary.rb', line 4

def time_played
  @time_played
end

#winsObject (readonly)

Returns the value of attribute wins.



4
5
6
# File 'lib/quakelive_api/profile/summary.rb', line 4

def wins
  @wins
end