Class: HtmlGrid::PassThru

Inherits:
Object
  • Object
show all
Defined in:
lib/htmlgrid/passthru.rb

Instance Method Summary collapse

Constructor Details

#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

Instance Method Details

#http_headersObject



37
38
39
# File 'lib/htmlgrid/passthru.rb', line 37

def http_headers
	{}
end

#initObject



35
36
# File 'lib/htmlgrid/passthru.rb', line 35

def init
end

#to_html(context) ⇒ Object



40
41
42
# File 'lib/htmlgrid/passthru.rb', line 40

def to_html(context)
	''
end