Class: OsCtld::Cli::Supervisor::Options
- Inherits:
-
Struct
- Object
- Struct
- OsCtld::Cli::Supervisor::Options
- Defined in:
- lib/osctld/cli/supervisor.rb
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
-
#log ⇒ Object
Returns the value of attribute log.
-
#log_facility ⇒ Object
Returns the value of attribute log_facility.
-
#supervisor ⇒ Object
Returns the value of attribute supervisor.
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config
5 6 7 |
# File 'lib/osctld/cli/supervisor.rb', line 5 def config @config end |
#log ⇒ Object
Returns the value of attribute log
5 6 7 |
# File 'lib/osctld/cli/supervisor.rb', line 5 def log @log end |
#log_facility ⇒ Object
Returns the value of attribute log_facility
5 6 7 |
# File 'lib/osctld/cli/supervisor.rb', line 5 def log_facility @log_facility end |
#supervisor ⇒ Object
Returns the value of attribute supervisor
5 6 7 |
# File 'lib/osctld/cli/supervisor.rb', line 5 def supervisor @supervisor end |