# File lib/fog/core/attributes.rb, line 115 def ignore_attributes(*args) @ignored_attributes = args.collect {|attr| attr.to_s } end