class Synthetics::API::Locations

This class makes requests to the locations section of the Synthetics API.

Public Instance Methods

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