Class: Fog::Hyperv::Compute::FloppyDrives

Inherits:
Fog::Hyperv::Collection show all
Defined in:
lib/fog/hyperv/compute/models/floppy_drives.rb

Instance Method Summary collapse

Methods inherited from Fog::Hyperv::Collection

#all, get_method, #initialize, #new, requires, requires?

Constructor Details

This class inherits a constructor from Fog::Hyperv::Collection

Instance Method Details

#get(id, **filters) ⇒ Object



14
15
16
# File 'lib/fog/hyperv/compute/models/floppy_drives.rb', line 14

def get(id, **filters)
  super(_by_id: id, **filters)
end