# File lib/fog/rackspace/models/auto_scale/group.rb, line 72
        def launch_config=(object={})
          if object.is_a?(Hash)
            attributes[:launch_config] = load_model('LaunchConfig', object)
          else
            attributes[:launch_config] = object
          end
        end