ManageIQ/manageiq-automation_engine

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

Summary

Maintainability
A
0 mins
Test Coverage
module MiqAeMethodService
  class MiqAeServiceServiceGeneric < MiqAeServiceService
    expose :preprocess
    expose :execute
    expose :check_completed
    expose :refresh
    expose :check_refreshed
    expose :postprocess
    expose :on_error
    expose :check_connection
  end
end