Class: Syskit::ShellInterface::LoggingConfiguration

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

Instance Attribute Summary collapse

Instance Attribute Details

#conf_logs_enabledObject

Returns the value of attribute conf_logs_enabled

Returns:

  • (Object)

    the current value of conf_logs_enabled



168
169
170
# File 'lib/syskit/shell_interface.rb', line 168

def conf_logs_enabled
  @conf_logs_enabled
end

#groupsObject

Returns the value of attribute groups

Returns:

  • (Object)

    the current value of groups



168
169
170
# File 'lib/syskit/shell_interface.rb', line 168

def groups
  @groups
end

#port_logs_enabledObject

Returns the value of attribute port_logs_enabled

Returns:

  • (Object)

    the current value of port_logs_enabled



168
169
170
# File 'lib/syskit/shell_interface.rb', line 168

def port_logs_enabled
  @port_logs_enabled
end