Class: LayoutRaisingFrameEvent
- Inherits:
-
ArcadiaEvent
- Object
- Event
- ArcadiaEvent
- LayoutRaisingFrameEvent
- Defined in:
- lib/a-contracts.rb
Overview
------------------------------------------
Generic Layout Event
------------------------------------------
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, #parent, #results, #sender, #time
Method Summary
Methods inherited from Event
#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.
41 42 43 |
# File 'lib/a-contracts.rb', line 41 def extension_name @extension_name end |
#frame_name ⇒ Object
Returns the value of attribute frame_name.
42 43 44 |
# File 'lib/a-contracts.rb', line 42 def frame_name @frame_name end |