Module: Renstar::APIClient::Settings

Included in:
Renstar::APIClient
Defined in:
lib/renstar/api_client/settings.rb

Overview

Interface to the “Settings” portion of the API This allows you to set any settings like Home/Away, or enabling the schedule

Instance Method Summary collapse

Instance Method Details

#settings(options = {}) ⇒ Object



10
11
12
# File 'lib/renstar/api_client/settings.rb', line 10

def settings(options = {})
  post('settings', options)
end