Method: Gloo::Objs::Element#msg_render
- Defined in:
- lib/gloo/objs/web_svr/element.rb
#msg_render ⇒ Object
Get the expiration date for the certificate.
175 176 177 178 179 |
# File 'lib/gloo/objs/web_svr/element.rb', line 175 def msg_render content = self.render_html @engine.heap.it.set_to content return content end |