class Rudy::MachineGroupNotRunning

Public Instance Methods

message() click to toggle source
# File lib/rudy/exceptions.rb, line 39
def message; "Machine group #{@obj} is not running."; end