Class: Jekyll::Commands::PostMover

Inherits:
Jekyll::Compose::FileMover show all
Defined in:
lib/jekyll/commands/unpublish.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



56
57
58
# File 'lib/jekyll/commands/unpublish.rb', line 56

def resource_type
  'post'
end