class DoSnapshot::DropletPowerError

When Droplet not Powered Off!

Public Class Methods

new(*args) click to toggle source
Calls superclass method
# File lib/do_snapshot.rb, line 90
def initialize(*args)
  DoSnapshot.logger.error "Droplet id: #{args[0]} must be Powered Off!"
  super
end