class SystemCustominfosSet
Public Instance Methods
fetch_all()
click to toggle source
# File lib/satops/operator.rb, line 1072 def fetch_all system_infos=[] @sat.systemCustominfo.listAllKeys.each do |custom_info| system_infos << SystemCustominfo.new(custom_info) end system_infos end
include?(arg)
click to toggle source
# File lib/satops/operator.rb, line 1080 def include?(arg) include_label?(arg) end