Class: OsCtld::Cli::Supervisor::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/osctld/cli/supervisor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#configObject

Returns the value of attribute config

Returns:

  • (Object)

    the current value of config



5
6
7
# File 'lib/osctld/cli/supervisor.rb', line 5

def config
  @config
end

#logObject

Returns the value of attribute log

Returns:

  • (Object)

    the current value of log



5
6
7
# File 'lib/osctld/cli/supervisor.rb', line 5

def log
  @log
end

#log_facilityObject

Returns the value of attribute log_facility

Returns:

  • (Object)

    the current value of log_facility



5
6
7
# File 'lib/osctld/cli/supervisor.rb', line 5

def log_facility
  @log_facility
end

#supervisorObject

Returns the value of attribute supervisor

Returns:

  • (Object)

    the current value of supervisor



5
6
7
# File 'lib/osctld/cli/supervisor.rb', line 5

def supervisor
  @supervisor
end