Class: UIC::Application::Behavior

Inherits:
Behavior
  • Object
show all
Includes:
ElementBacked
Defined in:
lib/ruic/behaviors.rb

Instance Attribute Summary

Attributes included from ElementBacked

#el, #owner

Attributes inherited from Behavior

#lua

Attributes included from FileBacked

#doc, #file

Instance Method Summary collapse

Methods included from ElementBacked

included

Methods inherited from Behavior

#errors, #errors?, #load_from_file

Methods included from FileBacked

#file_found?, #filename, #path_to

Constructor Details

#initialize(application, el) ⇒ Behavior

Returns a new instance of Behavior.



26
27
28
29
30
# File 'lib/ruic/behaviors.rb', line 26

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