# File lib/serverspec/type/iis_app_pool.rb, line 15 def has_idle_timeout?(minutes) @runner.check_iis_app_pool_has_idle_timeout(@name, minutes) end