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