Class: RHN::SystemConfig

Inherits:
Operation show all
Defined in:
lib/satops/rhsat.rb

Instance Method Summary collapse

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