Module: Syskit::Actions::Profile::Models

Defined in:
lib/syskit/actions/profile.rb

Constant Summary collapse

Tag =
Syskit::Models::Placeholder.
new_specialized_placeholder(task_extension: Profile::Tag) do
    # The name of this tag
    attr_accessor :tag_name
    # The profile this tag has been defined on
    attr_accessor :profile
end