Method: ConfigureTask#error?
- Defined in:
- lib/vcloud_network_configurator/configure_task.rb
#error? ⇒ Boolean
17 18 19 20 21 |
# File 'lib/vcloud_network_configurator/configure_task.rb', line 17 def error? puts @configure_xml.xpath("//Task/Error/@majorErrorCode") !@configure_xml.xpath("//Task/Error/@majorErrorCode").empty? end |