class Synthetics::API::Labels

This class makes requests to the collection methods of the labels section of the Synthetics API.

Public Instance Methods

list() click to toggle source
# File lib/synthetics/api/labels.rb, line 6
def list
  request(method: 'GET', path: '/monitors/labels')
end