Class Minions


  • public class Minions
    extends java.lang.Object
    salt.wheel.minions
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static WheelCall<java.util.List<java.lang.String>> CONNECTED  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Minions()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static WheelCall<java.util.List<java.lang.String>> connected()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CONNECTED

        private static final WheelCall<java.util.List<java.lang.String>> CONNECTED
    • Constructor Detail

      • Minions

        private Minions()
    • Method Detail

      • connected

        public static WheelCall<java.util.List<java.lang.String>> connected()