class Fog::Vsphere::Compute::Interfacetype

Public Class Methods

new(attributes = {}) click to toggle source
Calls superclass method
# File lib/fog/vsphere/models/compute/interfacetype.rb, line 12
def initialize(attributes = {})
  super attributes
end

Public Instance Methods

to_s() click to toggle source
# File lib/fog/vsphere/models/compute/interfacetype.rb, line 16
def to_s
  name
end