Sha256: 1d8e0007a84fb5548c9343e4febcb359be74634ca325c59f3ca0c2f435cbe831
Contents?: true
Size: 189 Bytes
Versions: 3
Compression:
Stored size: 189 Bytes
Contents
module Sappy module Responses class Monitors < Response attr_reader :monitors def success @monitors = xml.xpath('//monitors/monitor') end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sappy-0.1.7 | lib/sappy/responses/monitors.rb |
sappy-0.1.6 | lib/sappy/responses/monitors.rb |
sappy-0.1.5 | lib/sappy/responses/monitors.rb |