Class: Sappy::Responses::Monitors

Inherits:
Sappy::Response show all
Defined in:
lib/sappy/responses/monitors.rb

Instance Attribute Summary collapse

Attributes inherited from Sappy::Response

#data, #xml

Instance Method Summary collapse

Methods inherited from Sappy::Response

#error_response, #error_response?, #failure, #first_xpath, #initialize, parse, #parse

Constructor Details

This class inherits a constructor from Sappy::Response

Instance Attribute Details

#monitorsObject (readonly)

Returns the value of attribute monitors.



4
5
6
# File 'lib/sappy/responses/monitors.rb', line 4

def monitors
  @monitors
end

Instance Method Details

#successObject



6
7
8
# File 'lib/sappy/responses/monitors.rb', line 6

def success
  @monitors = xml.xpath('//monitors/monitor')
end