ManageIQ/manageiq-automation_engine

View on GitHub
lib/miq_automation_engine/service_models/mixins/miq_ae_service_inflector_mixin.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module MiqAeServiceInflectorMixin
  extend ActiveSupport::Concern
  included do
    expose :provider_name
    expose :manager_type
  end
end