Class: BBMB::Html::View::ShowPass

Inherits:
Template
  • Object
show all
Defined in:
lib/bbmb/html/view/show_pass.rb

Constant Summary collapse

COMPONENTS =
{
  [0,0]	 =>	:logo,
  [0,1]	 =>	ShowPassComposite,
}
SYMBOL_MAP =
{
  :logo => HtmlGrid::Image,
}

Constants inherited from Template

Template::CSS_FILES, Template::CSS_ID_MAP, Template::FOOT, Template::HEAD, Template::HTTP_HEADERS, Template::META_TAGS

Instance Method Summary collapse

Methods inherited from Template

#css_links, #http_headers, #title

Instance Method Details

#initObject



50
51
52
# File 'lib/bbmb/html/view/show_pass.rb', line 50

def init
  super
end