module EasyElo::Helper

Public Class Methods

new(attributes = {}) click to toggle source
# File lib/easy_elo/helper.rb, line 3
def initialize(attributes = {})
  attributes.each do |key, value|
    instance_variable_set("@#{key}", value)
  end
end