ManageIQ/manageiq-automation_engine

View on GitHub
lib/miq_automation_engine/service_models/miq_ae_service_container_quota.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module MiqAeMethodService
  class MiqAeServiceContainerQuota < MiqAeServiceModelBase
    expose :ext_management_system,    association => true
    expose :container_project,        association => true
    expose :container_quota_items,    association => true
  end
end