class OLE_QA::Framework::OLELS::Import_Match_Line
A Data Match Point Line on an OLE Library System Batch Import Profile
Public Instance Methods
set_elements()
click to toggle source
# File lib/olels/objects/import_match_line.rb, line 18 def set_elements element(:match_point) {b.span(:id => "bibMatchPoint-oleBibMatchPoint_line#{line_id}_control")} element(:delete_button) {b.button(:id => "bibMatchPoint-delete_line#{line_id}")} end