Class: RubyMVC::Views::SimpleWebModelView

Inherits:
WebContentView show all
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

#uri

Attributes inherited from View

#controller

Attributes included from ActionProvider

#actions

Instance Method Summary collapse

Methods inherited from WebContentView

#initialize

Methods inherited from View

#initialize

Methods included from ActionProvider

#action

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

#renderObject



49
50
# File 'lib/ruby_mvc/views/web_content_view.rb', line 49

def render
end