module Zwemwater::Service
Constants
- SOURCE_URL
Public Class Methods
get_statuses()
click to toggle source
# File lib/zwemwater/service.rb, line 8 def self.get_statuses response = HTTParty.get(SOURCE_URL) Zwemwater::Response.statuses = JSON.parse(response.body) end