Sha256: 93bc0017918665d8d5bc60601e50f2bd14a38e62d5adfbd75197e27a51d619cf
Contents?: true
Size: 476 Bytes
Versions: 2
Compression:
Stored size: 476 Bytes
Contents
module OpsManagerUiDrivers module Version15 module Sections class IaasConfiguration def initialize(browser:) @microbosh_form_section = MicroboshFormSection.new(browser, 'iaas_configuration') end def fill_iaas_settings(fields) @microbosh_form_section.open_form('iaas_configuration') @microbosh_form_section.set_fields(fields) @microbosh_form_section.save_form end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems