Class: Jekyll::Commands::Page::PageFileInfo
- Inherits:
-
Jekyll::Compose::FileInfo
- Object
- Jekyll::Compose::FileInfo
- Jekyll::Commands::Page::PageFileInfo
- Defined in:
- lib/jekyll/commands/page.rb
Instance Attribute Summary
Attributes inherited from Jekyll::Compose::FileInfo
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_type ⇒ Object
43 44 45 |
# File 'lib/jekyll/commands/page.rb', line 43 def resource_type "page" end |