Class: Bunto::Commands::Page::PageArgParser

Inherits:
Bunto::Compose::ArgParser show all
Defined in:
lib/bunto/commands/page.rb

Instance Attribute Summary

Attributes inherited from Bunto::Compose::ArgParser

#args, #options

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

#layoutObject



33
34
35
# File 'lib/bunto/commands/page.rb', line 33

def layout
  layout = options["layout"] || Bunto::Compose::DEFAULT_LAYOUT_PAGE
end