Class: RHN::SystemConfig
Instance Method Summary collapse
-
#initialize(sat) ⇒ SystemConfig
constructor
A new instance of SystemConfig.
Methods inherited from Operation
#action, #action_list, #define, #trace_info, #trace_warn
Constructor Details
#initialize(sat) ⇒ SystemConfig
Returns a new instance of SystemConfig.
465 466 467 468 469 470 |
# File 'lib/satops/rhsat.rb', line 465 def initialize(sat) super(sat) define 'system.config.addChannels' define 'system.config.listChannels' define 'system.config.removeChannels' end |