lib/fog/compute/proxmox/requests/next_vmid.rb in fog-proxmox-0.6.0 vs lib/fog/compute/proxmox/requests/next_vmid.rb in fog-proxmox-0.7.0
- old
+ new
@@ -17,11 +17,11 @@
# along with Fog::Proxmox. If not, see <http://www.gnu.org/licenses/>.
# frozen_string_literal: true
module Fog
- module Compute
- class Proxmox
+ module Proxmox
+ class Compute
# class Real next_vmid collection
class Real
def next_vmid(options = {})
request(
expects: [200],