Class: UIC::Application::RenderPlugin

Inherits:
RenderPlugin show all
Extended by:
ElementBacked::ClassMethods
Includes:
ElementBacked
Defined in:
lib/ruic/renderplugin.rb

Instance Attribute Summary

Attributes included from ElementBacked

#el, #owner

Attributes included from FileBacked

#file, #file_content

Instance Method Summary collapse

Methods included from ElementBacked::ClassMethods

xmlattribute

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