Class: LoL::Api
Class Method Summary collapse
Class Method Details
.config ⇒ Object
8 9 10 |
# File 'lib/captainteemo/api.rb', line 8 def self.config @@config end |
.key(api_key) ⇒ Object
12 13 14 |
# File 'lib/captainteemo/api.rb', line 12 def self.key(api_key) @@config = { :api_key => api_key } end |