Class: Echoes::PaneTree::PaneNode
- Inherits:
-
Object
- Object
- Echoes::PaneTree::PaneNode
- Defined in:
- lib/echoes/pane_tree.rb
Instance Attribute Summary collapse
-
#pane ⇒ Object
Returns the value of attribute pane.
Instance Method Summary collapse
-
#initialize(pane) ⇒ PaneNode
constructor
A new instance of PaneNode.
Constructor Details
#initialize(pane) ⇒ PaneNode
Returns a new instance of PaneNode.
22 23 24 |
# File 'lib/echoes/pane_tree.rb', line 22 def initialize(pane) @pane = pane end |
Instance Attribute Details
#pane ⇒ Object
Returns the value of attribute pane.
20 21 22 |
# File 'lib/echoes/pane_tree.rb', line 20 def pane @pane end |