Method: Wassup::PaneBuilder#initialize
- Defined in:
- lib/wassup/pane_builder.rb
#initialize ⇒ PaneBuilder
Returns a new instance of PaneBuilder.
75 76 77 78 79 80 81 82 83 84 85 86 |
# File 'lib/wassup/pane_builder.rb', line 75 def initialize @height = 1 @weight = 1 @top = 0 @left = 0 @highlight = false @interval = 60 * 5 @selection_blocks = {} @selection_blocks_description = {} end |