Class: QuakeliveApi::Profile::Awards::Base

Inherits:
Base
  • Object
show all
Defined in:
lib/quakelive_api/profile/awards/base.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

#earnedObject

Returns the value of attribute earned.



5
6
7
# File 'lib/quakelive_api/profile/awards/base.rb', line 5

def earned
  @earned
end

#unearnedObject

Returns the value of attribute unearned.



5
6
7
# File 'lib/quakelive_api/profile/awards/base.rb', line 5

def unearned
  @unearned
end