module GhostInThePost::GhostOnCommand

Attributes

ghost_timeout[RW]
ghost_wait_event[RW]
included_scripts[RW]

Public Instance Methods

ghost() click to toggle source
# File lib/ghost_in_the_post/ghost_on_command.rb, line 5
def ghost
  MailGhost.new(self, ghost_timeout, ghost_wait_event, included_scripts).execute
end