Class: Flammarion::Pane

Inherits:
Object
  • Object
show all
Includes:
Writeable
Defined in:
lib/flammarion/pane.rb

Instance Attribute Summary collapse

Attributes included from Writeable

#front_end

Instance Method Summary collapse

Methods included from Writeable

#break, #button, #button_box, #callback_link, #checkbox, #clear, #close, #embedded_button, #gets, #hide, #highlight, #html, #input, #live_reload_template, #map, #markdown, #orientation=, #pane, #plot, #puts, #replace, #script, #send, #send_json, #show, #status, #style, #subpane, #table, #template

Constructor Details

#initialize(front_end, name) ⇒ Pane

Returns a new instance of Pane.



7
8
9
10
# File 'lib/flammarion/pane.rb', line 7

def initialize(front_end, name)
  @front_end = front_end
  @pane_name = name
end

Instance Attribute Details

#pane_nameObject (readonly)

Returns the value of attribute pane_name.



5
6
7
# File 'lib/flammarion/pane.rb', line 5

def pane_name
  @pane_name
end