class Fastly::User

def owner?

Whether or not this User is the owner of the Customer they belong to
def owner?
  customer.owner_id == id
end