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