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

#force, #movement, #root

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_fromObject



74
75
76
# File 'lib/jekyll/commands/publish.rb', line 74

def resource_type_from
  "draft"
end

#resource_type_toObject



78
79
80
# File 'lib/jekyll/commands/publish.rb', line 78

def resource_type_to
  "post"
end