class RmsWebService::Response::Item::Status
Public Class Methods
new(xml)
click to toggle source
# File lib/rms_web_service/response/item/status.rb, line 5 def initialize(xml) set_attributes Nokogiri::XML.parse(xml).xpath("//status").children end