# File lib/jira/base.rb, line 132 def self.collection_path(client, prefix = '/') client.options[:rest_base_path] + prefix + self.endpoint_name end