Class: Bunto::Commands::Page::PageArgParser
- Inherits:
-
Bunto::Compose::ArgParser
- Object
- Bunto::Compose::ArgParser
- Bunto::Commands::Page::PageArgParser
- Defined in:
- lib/bunto/commands/page.rb
Instance Attribute Summary
Attributes inherited from Bunto::Compose::ArgParser
Instance Method Summary collapse
Methods inherited from Bunto::Compose::ArgParser
#force?, #initialize, #title, #type, #validate!
Constructor Details
This class inherits a constructor from Bunto::Compose::ArgParser
Instance Method Details
#layout ⇒ Object
33 34 35 |
# File 'lib/bunto/commands/page.rb', line 33 def layout layout = ["layout"] || Bunto::Compose::DEFAULT_LAYOUT_PAGE end |