Sha256: 93d537b9e5cec9cdb695b9d0be7ace69a79b06d0c5cfe4648788fbe873442e21
Contents?: true
Size: 463 Bytes
Versions: 6
Compression:
Stored size: 463 Bytes
Contents
require 'ops_manager_ui_drivers/version18/product_configuration' module OpsManagerUiDrivers module Version19 class ProductConfiguration < Version18::ProductConfiguration def product_form(form_name) Version19::ProductForm.new(browser: browser, product_name: product_name, form_name: form_name) end def product_errands Version19::ProductErrands.new(browser: browser, product_name: product_name) end end end end
Version data entries
6 entries across 6 versions & 1 rubygems