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