Method: NoticeSys::SearchQueryView#initialize
- Defined in:
- lib/noticesys.rb
#initialize(basepath, db_basepath, css_url, weblet, static_urlbase, urlbase) ⇒ SearchQueryView
Returns a new instance of SearchQueryView.
507 508 509 510 511 512 513 |
# File 'lib/noticesys.rb', line 507 def initialize(basepath, db_basepath, css_url, weblet, static_urlbase, urlbase) @basepath, @css_url, @static_urlbase = basepath, css_url, static_urlbase @db_basepath, @w, @urlbase = db_basepath, weblet, urlbase @card = CardView.new(@w) end |