class Fastly::Service

def customer

Get the Customer object for this Service
def customer
  fetcher.get(Customer, customer_id)
end