Method: Anoubis::Output::Frame#initialize

Defined in:
app/controllers/anoubis/output/frame.rb

#initializeFrame

Initializes menu output data. Generates default values.



28
29
30
31
32
33
34
35
36
# File 'app/controllers/anoubis/output/frame.rb', line 28

def initialize
  super
  self.title = ''
  self.short = ''
  self.mode = ''
  self.access = 'read'
  self.tab_items = []
  self.tabs = {}
end