ManageIQ/manageiq-providers-ibm_cloud

View on GitHub
app/models/manageiq/providers/ibm_cloud/vpc/cloud_manager/vm_or_template_shared.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true

# Create a module that can be used as a mixin for either Vms or Templates.
# The ActiveSupport Concern allows for it to be shared amongst classses.
module ManageIQ::Providers::IbmCloud::VPC::CloudManager::VmOrTemplateShared
  extend ActiveSupport::Concern
end