Class: Syskit::Deployment::CurrentTaskConfiguration Private

Inherits:
Struct
  • Object
show all
Defined in:
lib/syskit/deployment.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

The last applied task configuration

Instance Attribute Summary collapse

Instance Attribute Details

#confObject

Returns the value of attribute conf

Returns:

  • (Object)

    the current value of conf



493
494
495
# File 'lib/syskit/deployment.rb', line 493

def conf
  @conf
end

#dynamic_servicesObject

Returns the value of attribute dynamic_services

Returns:

  • (Object)

    the current value of dynamic_services



493
494
495
# File 'lib/syskit/deployment.rb', line 493

def dynamic_services
  @dynamic_services
end

#modelObject

Returns the value of attribute model

Returns:

  • (Object)

    the current value of model



493
494
495
# File 'lib/syskit/deployment.rb', line 493

def model
  @model
end