Class: Fog::Compute::Vsphere::Interfacetype
- Inherits:
-
Model
- Object
- Model
- Fog::Compute::Vsphere::Interfacetype
- Defined in:
- lib/fog/vsphere/models/compute/interfacetype.rb
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ Interfacetype
constructor
A new instance of Interfacetype.
- #to_s ⇒ Object
Constructor Details
#initialize(attributes = {}) ⇒ Interfacetype
Returns a new instance of Interfacetype.
12 13 14 |
# File 'lib/fog/vsphere/models/compute/interfacetype.rb', line 12 def initialize(attributes={} ) super attributes end |
Instance Method Details
#to_s ⇒ Object
16 17 18 |
# File 'lib/fog/vsphere/models/compute/interfacetype.rb', line 16 def to_s name end |