Method: EStat::API#initialize

Defined in:
lib/e_stat/api.rb

#initialize(key, options = {}) ⇒ API

Returns a new instance of API.



8
9
10
11
# File 'lib/e_stat/api.rb', line 8

def initialize(key, options={})
  @key = key
  @lang = options[:lang]
end