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.



12
13
14
# File 'lib/fog/vsphere/models/compute/interfacetype.rb', line 12

def initialize(attributes={} )
  super attributes
end

Instance Method Details

#to_sObject



16
17
18
# File 'lib/fog/vsphere/models/compute/interfacetype.rb', line 16

def to_s
  name
end