module Tickethub class Token < Resource path '/token' def can?(scope) self.scope.member? scope.to_s end end end