Class: Jekyll::Commands::Page::PageFileInfo

Inherits:
Jekyll::Compose::FileInfo show all
Defined in:
lib/jekyll/commands/page.rb

Instance Attribute Summary

Attributes inherited from Jekyll::Compose::FileInfo

#params

Instance Method Summary collapse

Methods inherited from Jekyll::Compose::FileInfo

#content, #file_name, #initialize

Constructor Details

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

Instance Method Details

#resource_typeObject



43
44
45
# File 'lib/jekyll/commands/page.rb', line 43

def resource_type
  "page"
end