Class: Fog::Networking::Provider

Inherits:
Object
  • Object
show all
Defined in:
lib/fog/networking/provider.rb

Instance Method Summary collapse

Constructor Details

#initialize(instance) ⇒ Provider

Returns a new instance of Provider.



4
5
6
# File 'lib/fog/networking/provider.rb', line 4

def initialize (instance)
	@instance = instance
end

Instance Method Details

#prepareObject



8
9
10
# File 'lib/fog/networking/provider.rb', line 8

def prepare
	# Assume nothing to do
end