Class: RubyMVC::Views::SimpleWebModelView
- Inherits:
-
WebContentView
- Object
- Toolkit::AbstractWidget
- View
- WebContentView
- RubyMVC::Views::SimpleWebModelView
- Defined in:
- lib/ruby_mvc/views/web_content_view.rb
Overview
This view is used to render a simple model instance
Instance Attribute Summary
Attributes inherited from WebContentView
Attributes inherited from View
Attributes included from ActionProvider
Instance Method Summary collapse
Methods inherited from WebContentView
Methods inherited from View
Methods included from ActionProvider
Methods included from Toolkit::SignalHandler::ClassMethods
#signal, #signals, #valid_signal!, #valid_signal?
Methods included from Toolkit::SignalHandler
#signal_connect, #signal_disconnect, #signal_emit
Constructor Details
This class inherits a constructor from RubyMVC::Views::WebContentView
Instance Method Details
#render ⇒ Object
49 50 |
# File 'lib/ruby_mvc/views/web_content_view.rb', line 49 def render end |