class Fastly::Customer

A Customer account

def owner

Return a user object representing the owner of this Customer
def owner
  fetcher.get(User, owner_id)
end