Class: Fog::Hyperv::Compute::Hosts
- Inherits:
-
Fog::Hyperv::Collection
- Object
- Collection
- Fog::Hyperv::Collection
- Fog::Hyperv::Compute::Hosts
- Defined in:
- lib/fog/hyperv/compute/models/hosts.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(name, **filters) ⇒ Object
9 10 11 |
# File 'lib/fog/hyperv/compute/models/hosts.rb', line 9 def get(name, **filters) super(computer_name: name, **filters) end |