Class: Fog::Compute::Vsphere::Interfacetype

Inherits:
Model
  • Object
show all
Defined in:
lib/fog/vsphere/models/compute/interfacetype.rb

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ Interfacetype

Returns a new instance of Interfacetype.



14
15
16
# File 'lib/fog/vsphere/models/compute/interfacetype.rb', line 14

def initialize(attributes={} )
  super attributes
end

Instance Method Details

#to_sObject



18
19
20
# File 'lib/fog/vsphere/models/compute/interfacetype.rb', line 18

def to_s
  name
end