class BnetScraper::Starcraft2::Achievement

Attributes

description[RW]
earned[RW]
title[RW]

Public Class Methods

new(options = {}) click to toggle source
# File lib/bnet_scraper/starcraft2/achievement.rb, line 6
def initialize options = {}
  options.each_key do |key|
    self.send "#{key}=", options[key]
  end
end