Module: Radio5::Client::Islands
- Included in:
- Radio5::Client
- Defined in:
- lib/radio5/client/islands.rb
Defined Under Namespace
Modules: Parser
Instance Method Summary collapse
Instance Method Details
#islands ⇒ Object
6 7 8 9 10 11 12 |
# File 'lib/radio5/client/islands.rb', line 6 def islands _, json = api.get("/island/all") json.map do |island| Parser.island_info(island) end end |