Class: UIC::Application::RenderPlugin
- Inherits:
-
RenderPlugin
- Object
- RenderPlugin
- UIC::Application::RenderPlugin
- Extended by:
- ElementBacked::ClassMethods
- Includes:
- ElementBacked
- Defined in:
- lib/ruic/renderplugin.rb
Instance Attribute Summary
Attributes included from ElementBacked
Attributes included from FileBacked
Instance Method Summary collapse
-
#initialize(application, el) ⇒ RenderPlugin
constructor
A new instance of RenderPlugin.
Methods included from ElementBacked::ClassMethods
Methods included from FileBacked
#absolute_path, #file_found?, #filename, #relative_path, #save!, #save_as
Constructor Details
#initialize(application, el) ⇒ RenderPlugin
Returns a new instance of RenderPlugin.
13 14 15 16 17 |
# File 'lib/ruic/renderplugin.rb', line 13 def initialize(application,el) self.owner = application self.el = el super( application.absolute_path(src) ) end |