# File lib/jira/base.rb, line 116
    def self.build(client, attrs)
      self.new(client, :attrs => attrs)
    end