module Resource
    class Watchers < Base
      def initialize(repo, options)
        @repo = repo
        @args = [options]