Class: Bosh::Bootstrap::NetworkProviders::Dummy

Inherits:
Object
  • Object
show all
Defined in:
lib/bosh-bootstrap/network_providers/dummy.rb

Instance Method Summary collapse

Constructor Details

#initialize(cyoi_provider_client) ⇒ Dummy

Returns a new instance of Dummy.



3
4
# File 'lib/bosh-bootstrap/network_providers/dummy.rb', line 3

def initialize(cyoi_provider_client)
end

Instance Method Details

#perform(settings) ⇒ Object



6
7
# File 'lib/bosh-bootstrap/network_providers/dummy.rb', line 6

def perform(settings)
end