Class: Jekyll::Commands::DraftMover

Inherits:
Jekyll::Compose::FileMover show all
Defined in:
lib/jekyll/commands/publish.rb

Instance Attribute Summary

Attributes inherited from Jekyll::Compose::FileMover

#movement, #root

Instance Method Summary collapse

Methods inherited from Jekyll::Compose::FileMover

#ensure_directory_exists, #initialize, #move, #move_file, #validate_source

Constructor Details

This class inherits a constructor from Jekyll::Compose::FileMover

Instance Method Details

#resource_typeObject



62
63
64
# File 'lib/jekyll/commands/publish.rb', line 62

def resource_type
  'draft'
end