class Fastly::User

def customer

Get the Customer object this user belongs to
def customer
  @customer ||= fetcher.get(Customer, customer_id)
end