Class: LayoutRaisingFrameEvent
- Inherits:
-
ArcadiaSysEvent
- Object
- Event
- ArcadiaEvent
- ArcadiaSysEvent
- LayoutRaisingFrameEvent
- Defined in:
- lib/a-contracts.rb
Overview
------------------------------------------
Generic Layout Event
------------------------------------------
Constant Summary
Constants inherited from Event
Event::FLAG_DEFAULT, Event::FLAG_ERROR
Instance Attribute Summary collapse
-
#extension_name ⇒ Object
Returns the value of attribute extension_name.
-
#frame_name ⇒ Object
Returns the value of attribute frame_name.
Attributes inherited from Event
#channel, #flag, #parent, #results, #sender, #time
Method Summary
Methods inherited from ArcadiaEvent
Methods inherited from Event
#add_finalize_callback, #add_result, #break, #initialize, #is_breaked?
Constructor Details
This class inherits a constructor from Event
Instance Attribute Details
#extension_name ⇒ Object
Returns the value of attribute extension_name.
94 95 96 |
# File 'lib/a-contracts.rb', line 94 def extension_name @extension_name end |
#frame_name ⇒ Object
Returns the value of attribute frame_name.
95 96 97 |
# File 'lib/a-contracts.rb', line 95 def frame_name @frame_name end |