Class: Inetmgr::Site
- Defined in:
- lib/inetmgr/iis_object/site.rb
Instance Method Summary collapse
Methods inherited from IisObject
child, children, collection, #initialize, #invoke_method, prop
Constructor Details
This class inherits a constructor from Inetmgr::IisObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Inetmgr::IisObject
Instance Method Details
#configure {|cfg| ... } ⇒ Object
22 23 24 25 26 |
# File 'lib/inetmgr/iis_object/site.rb', line 22 def configure cfg = SiteConfiguration.new name yield cfg cfg.apply_changes end |