class RHN::SystemCustominfo

Public Class Methods

new(sat) click to toggle source
Calls superclass method RHN::Operation::new
# 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