Sha256: d236cf2b4cd63a905cc85ce9f58f37f05a1f673cec678a2011202ff01ec1e80f

Contents?: true

Size: 328 Bytes

Versions: 5

Compression:

Stored size: 328 Bytes

Contents

# frozen_string_literal: true

module Renstar
  module APIClient
    # Interface to the "Settings" portion of the API
    # This allows you to set any settings like Home/Away, or enabling the
    # schedule
    #
    module Settings
      def settings(options = {})
        post('settings', options)
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
renstar-0.4.4 lib/renstar/api_client/settings.rb
renstar-0.4.3 lib/renstar/api_client/settings.rb
renstar-0.4.2 lib/renstar/api_client/settings.rb
renstar-0.4.1 lib/renstar/api_client/settings.rb
renstar-0.4.0 lib/renstar/api_client/settings.rb