class Serverspec::Type::Yumrepo
Public Instance Methods
enabled?()
click to toggle source
# File lib/serverspec/type/yumrepo.rb, line 7 def enabled? @runner.check_yumrepo_is_enabled(@name) end
exists?()
click to toggle source
# File lib/serverspec/type/yumrepo.rb, line 3 def exists? @runner.check_yumrepo_exists(@name) end