Class: Starcraft2::Profile::Points

Inherits:
Object
  • Object
show all
Defined in:
lib/starcraft2/profile/points.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(options = {}) ⇒ Points

Returns a new instance of Points.



6
7
8
# File 'lib/starcraft2/profile/points.rb', line 6

def initialize(options = {})
  Utils.load(self, options, {:category_points => Hash })
end

Instance Attribute Details

#category_pointsObject

Returns the value of attribute category_points.



4
5
6
# File 'lib/starcraft2/profile/points.rb', line 4

def category_points
  @category_points
end

#total_pointsObject

Returns the value of attribute total_points.



4
5
6
# File 'lib/starcraft2/profile/points.rb', line 4

def total_points
  @total_points
end