class OS::Puppet::Fencing::Blocker
Attributes
blocking_host_name[R]
expected_value[R]
fact[R]
Public Class Methods
new(hash)
click to toggle source
# File lib/fencing/config.rb, line 58 def initialize(hash) @blocking_host_name = hash['blocking_host_name'] @fact = hash['fact'] @expected_value = hash['expected_value'] end