Class: QuakeliveApi::Profile::Statistics
- Defined in:
- lib/quakelive_api/profile/statistics.rb
Instance Attribute Summary collapse
- 
  
    
      #records  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    Returns the value of attribute records. 
- 
  
    
      #weapons  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    Returns the value of attribute weapons. 
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from QuakeliveApi::Base
Instance Attribute Details
#records ⇒ Object (readonly)
Returns the value of attribute records.
| 4 5 6 | # File 'lib/quakelive_api/profile/statistics.rb', line 4 def records @records end | 
#weapons ⇒ Object (readonly)
Returns the value of attribute weapons.
| 4 5 6 | # File 'lib/quakelive_api/profile/statistics.rb', line 4 def weapons @weapons end |