Sha256: ad515ed6bf66520f6528703c797f521daf8132ad336c59a0d7301ba35cfc3c78
Contents?: true
Size: 478 Bytes
Versions: 50
Compression:
Stored size: 478 Bytes
Contents
xml.instruct! xml.tag! 'Connector', "command" => params["Command"], "resourceType" => params["Type"] do xml.tag! 'CurrentFolder', "path" => params[:CurrentFolder], "url" => params[:CurrentFolder] xml.tag! 'Folders' do for section in @section.sections do xml.tag! 'Folder', "name" => section.name end end xml.tag! 'Files' do for file in @files do xml.tag! 'File', "name" => file.name, "url" => file.path, "size" => file.file_size end end end
Version data entries
50 entries across 50 versions & 11 rubygems