Class: Lapillus::Behaviour

Inherits:
Component show all
Defined in:
lib/lapillus/behaviours.rb

Direct Known Subclasses

AttributeModifier, FadeIn, OnClick

Instance Attribute Summary

Attributes inherited from Component

#behaviours, #identifier, #model, #property, #visible

Instance Method Summary collapse

Methods inherited from Component

#add_behaviour, #behaviour, #has_behaviour?, #has_model?, #has_parent?, #on_render, #parent, #path, #render_component, #response_page=, #session, #value, #visible?, #webpage

Constructor Details

#initialize(id = "", value = nil) ⇒ Behaviour

Returns a new instance of Behaviour.



7
8
9
# File 'lib/lapillus/behaviours.rb', line 7

def initialize(id="", value=nil)
  super(id, value)
end