Class: RHN::SystemCustominfo
Instance Method Summary collapse
-
#initialize(sat) ⇒ SystemCustominfo
constructor
A new instance of SystemCustominfo.
Methods inherited from Operation
#action, #action_list, #define, #trace_info, #trace_warn
Constructor Details
#initialize(sat) ⇒ SystemCustominfo
Returns a new instance of SystemCustominfo.
474 475 476 477 478 479 480 |
# File 'lib/satops/rhsat.rb', line 474 def initialize(sat) super(sat) define 'system.custominfo.createKey' define 'system.custominfo.deleteKey' define 'system.custominfo.listAllKeys', :list define 'system.custominfo.updateKey' end |