Method: HtmlGrid::PassThru#initialize
- Defined in:
- lib/htmlgrid/passthru.rb
#initialize(model, session, container = nil) ⇒ PassThru
Returns a new instance of PassThru.
29 30 31 32 33 34 |
# File 'lib/htmlgrid/passthru.rb', line 29 def initialize(model, session, container=nil) @model = model @session = session @lookandfeel = @session.lookandfeel init() end |