class Fastly::Customer

def owner

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