class RmsWebService::Response::Item::ItemsUpdate
Public Class Methods
new(xml)
click to toggle source
Calls superclass method
# File lib/rms_web_service/response/item/items_update.rb, line 5 def initialize(xml) super @parsed_xml.xpath("//itemsUpdateResult").children.each {|item| self << Update.new(item.to_xml)} end