# File lib/jira/base.rb, line 318
    def collection_path(prefix = "/")
      # Just proxy this to the class method
      self.class.collection_path(client, prefix)
    end