Class: UIC::Application::Effect

Inherits:
Effect
  • Object
show all
Extended by:
ElementBacked::ClassMethods
Includes:
ElementBacked
Defined in:
lib/ruic/effect.rb

Instance Attribute Summary

Attributes included from ElementBacked

#el, #owner

Attributes inherited from Effect

#lua

Attributes included from FileBacked

#file, #file_content

Instance Method Summary collapse

Methods included from ElementBacked::ClassMethods

xmlattribute

Methods inherited from Effect

#errors, #errors?, #load_from_file

Methods included from FileBacked

#absolute_path, #file_found?, #filename, #relative_path, #save!, #save_as

Constructor Details

#initialize(application, el) ⇒ Effect

Returns a new instance of Effect.



27
28
29
30
31
# File 'lib/ruic/effect.rb', line 27

def initialize(application,el)
	self.owner = application
	self.el    = el
	super( application.absolute_path(src) )
end