Module: Livestatus::CheckType
Instance Method Summary collapse
Instance Method Details
#check_type ⇒ Object
77 78 79 80 81 82 |
# File 'lib/livestatus/models.rb', line 77 def check_type { 0 => :active, 1 => :passive, }[data[:check_type]] end |