# File lib/gitlab_git/tree.rb, line 73 def initialize(options) %w(id root_id name path type mode commit_id).each do |key| self.send("#{key}=", options[key.to_sym]) end end