class Perus::Server::ScriptCommand

Public Instance Methods

after_destroy() click to toggle source
Calls superclass method
# File lib/perus/server/models/script_command.rb, line 10
def after_destroy
    super
    command_config.destroy
end
config_hash() click to toggle source
# File lib/perus/server/models/script_command.rb, line 6
def config_hash
    command_config.config_hash
end