Sha256: 38001779e75977382a71d35fa99611be28ff86bf4a90dca6aaeb2b9dfa400713
Contents?: true
Size: 627 Bytes
Versions: 6
Compression:
Stored size: 627 Bytes
Contents
require 'ops_manager_ui_drivers/version18/ops_manager_director' module OpsManagerUiDrivers module Version19 class OpsManagerDirector < Version18::OpsManagerDirector def advanced_infrastructure_config @advanced_infrastructure_config ||= Version19::BoshProductSections::AdvancedInfrastructureConfig.new(browser: browser) end def availability_zones @availability_zones ||= Version19::BoshProductSections::AvailabilityZones.new(browser: browser) end def networks @networks ||= Version19::BoshProductSections::Networks.new(browser: browser) end end end end
Version data entries
6 entries across 6 versions & 1 rubygems