Parent

Configuration

Constants

CommitPath

Public Class Methods

new(path) click to toggle source
# File lib/inetmgr/configuration.rb, line 4
def initialize(path)
        @admin_manager = WIN32OLE.new "Microsoft.ApplicationHost.WritableAdminManager"
        @admin_manager.CommitPath = path;
end

Public Instance Methods

apply_changes() click to toggle source

applies/commits all changes made since the creation of the IisConfiguration instance or the last time this method was called.

# File lib/inetmgr/configuration.rb, line 11
def apply_changes
        @admin_manager.CommitChanges
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.