Class: Fog::Proxmox::Compute::Efidisk

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

Overview

Instance Method Summary collapse

Instance Method Details

#flattenObject



36
37
38
# File 'lib/fog/proxmox/compute/models/efidisk.rb', line 36

def flatten
  Fog::Proxmox::EfidiskHelper.flatten(attributes)
end

#to_sObject



40
41
42
# File 'lib/fog/proxmox/compute/models/efidisk.rb', line 40

def to_s
  Fog::Proxmox::Hash.flatten(flatten)
end