# File lib/fog/softlayer/models/compute/server.rb, line 226 def user_data=(value) attributes[:user_data] = [{'value' => value}] end