Sha256: 8f44c005727aa8ea14300b7592c63a7935943259793835236c9109e3dee4d7b0

Contents?: true

Size: 236 Bytes

Versions: 17

Compression:

Stored size: 236 Bytes

Contents

module GhostInThePost
  module GhostOnCommand
    attr_accessor :included_scripts, :ghost_timeout, :ghost_wait_event

    def ghost
      MailGhost.new(self, ghost_timeout, ghost_wait_event, included_scripts).execute
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
ghost_in_the_post-0.1.4 lib/ghost_in_the_post/ghost_on_command.rb
ghost_in_the_post-0.1.3 lib/ghost_in_the_post/ghost_on_command.rb
ghost_in_the_post-0.1.2 lib/ghost_in_the_post/ghost_on_command.rb
ghost_in_the_post-0.1.0 lib/ghost_in_the_post/ghost_on_command.rb
ghost_in_the_post-0.0.14 lib/ghost_in_the_post/ghost_on_command.rb
ghost_in_the_post-0.0.13 lib/ghost_in_the_post/ghost_on_command.rb
ghost_in_the_post-0.0.12 lib/ghost_in_the_post/ghost_on_command.rb
ghost_in_the_post-0.0.11 lib/ghost_in_the_post/ghost_on_command.rb
ghost_in_the_post-0.0.10 lib/ghost_in_the_post/ghost_on_command.rb
ghost_in_the_post-0.0.9 lib/ghost_in_the_post/ghost_on_command.rb
ghost_in_the_post-0.0.8 lib/ghost_in_the_post/ghost_on_command.rb
ghost_in_the_post-0.0.7 lib/ghost_in_the_post/ghost_on_command.rb
ghost_in_the_post-0.0.6 lib/ghost_in_the_post/ghost_on_command.rb
ghost_in_the_post-0.0.5 lib/ghost_in_the_post/ghost_on_command.rb
ghost_in_the_post-0.0.4 lib/ghost_in_the_post/ghost_on_command.rb
ghost_in_the_post-0.0.3 lib/ghost_in_the_post/ghost_on_command.rb
ghost_in_the_post-0.0.2 lib/ghost_in_the_post/ghost_on_command.rb