Class: Fog::Networking::Provider
- Inherits:
-
Object
- Object
- Fog::Networking::Provider
- Defined in:
- lib/fog/networking/provider.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(instance) ⇒ Provider
constructor
A new instance of Provider.
- #prepare ⇒ Object
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
#prepare ⇒ Object
8 9 10 |
# File 'lib/fog/networking/provider.rb', line 8 def prepare # Assume nothing to do end |