Class: Jekyll::Commands::DraftMover
- Inherits:
-
Jekyll::Compose::FileMover
- Object
- Jekyll::Compose::FileMover
- Jekyll::Commands::DraftMover
- Defined in:
- lib/jekyll/commands/publish.rb
Instance Attribute Summary
Attributes inherited from Jekyll::Compose::FileMover
Instance Method Summary collapse
Methods inherited from Jekyll::Compose::FileMover
#ensure_directory_exists, #initialize, #move, #move_file, #update_front_matter, #validate_should_write!, #validate_source
Constructor Details
This class inherits a constructor from Jekyll::Compose::FileMover
Instance Method Details
#resource_type_from ⇒ Object
74 75 76 |
# File 'lib/jekyll/commands/publish.rb', line 74 def resource_type_from "draft" end |
#resource_type_to ⇒ Object
78 79 80 |
# File 'lib/jekyll/commands/publish.rb', line 78 def resource_type_to "post" end |