Class: OLE_QA::Framework::OLELS::Import_Match_Line

Inherits:
Line_Object show all
Defined in:
lib/olels/objects/import_match_line.rb

Overview

A Data Match Point Line on an OLE Library System Batch Import Profile

Instance Attribute Summary

Attributes inherited from Line_Object

#line_number, #sublines

Attributes inherited from Common_Object

#elements, #functions, #ole

Instance Method Summary collapse

Methods inherited from Line_Object

#initialize, #line_id, #set_subline

Methods inherited from Common_Object

#initialize, #set_functions

Methods included from Helpers

#browser, #load_yml, #set_element, #set_function

Constructor Details

This class inherits a constructor from OLE_QA::Framework::Line_Object

Instance Method Details

#set_elementsObject



18
19
20
21
# 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