class Interface model
46 47 48
# File 'lib/fog/proxmox/compute/models/interface.rb', line 46 def flatten Fog::Proxmox::NicHelper.flatten(attributes) end
50 51 52
# File 'lib/fog/proxmox/compute/models/interface.rb', line 50 def to_s Fog::Proxmox::Hash.flatten(flatten) end