Module: BWAPI::Client::Languages
- Included in:
- BWAPI::Client
- Defined in:
- lib/bwapi/client/languages.rb
Overview
Languages module for languages endpoints
Instance Method Summary collapse
-
#languages ⇒ Hashie::Mash
Get the current language list.
Instance Method Details
#languages ⇒ Hashie::Mash
Get the current language list
9 10 11 |
# File 'lib/bwapi/client/languages.rb', line 9 def languages get "languages" end |