Class: Methods::GetLangs

Inherits:
Object
  • Object
show all
Defined in:
lib/methods/get_langs.rb

Class Method Summary collapse

Class Method Details

.run(api_key) ⇒ Object



4
5
6
# File 'lib/methods/get_langs.rb', line 4

def self.run(api_key)
 Api.post(path,{key: api_key, format: 'json'})
end