Class: Jekyll::Commands::RenameMover

Inherits:
Jekyll::Compose::FileMover show all
Defined in:
lib/jekyll/commands/rename.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 Also known as: resource_type_to



142
143
144
# File 'lib/jekyll/commands/rename.rb', line 142

def resource_type_from
  @movement.resource_type
end