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



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

def http_headers
  {}
end

#initObject



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

def init
end

#to_html(context) ⇒ Object



43
44
45
# File 'lib/htmlgrid/passthru.rb', line 43

def to_html(context)
  ""
end