Module: Syskit::InstanceRequirements::Auto

Included in:
Models::BoundDataService
Defined in:
lib/syskit/instance_requirements.rb

Overview

This module can be used to extend other objects so that instance requirements methods are directly available on that object

The object must define #to_instance_requirements

Constant Summary collapse

METHODS =
[:with_arguments, :with_conf, :prefer_deployed_tasks, :use_conf, :use_deployments, :period]