This class handles Float attributes from the providers, converting values to Float objects
# File lib/fog/core/attributes/float.rb, line 8 def create_setter model.class_eval " def #{name}=(new_#{name}) attributes[:#{name}] = new_#{name}.to_f end ", __FILE__, __LINE__ end