Class: Echoes::PaneTree::PaneNode

Inherits:
Object
  • Object
show all
Defined in:
lib/echoes/pane_tree.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#paneObject

Returns the value of attribute pane.



20
21
22
# File 'lib/echoes/pane_tree.rb', line 20

def pane
  @pane
end