class Fastly

def regions

Fetches the list of codes for regions that are covered by the Fastly CDN service.
def regions
  client.get_stats('/stats/regions')
end