Class: BookmarkEvent
- Inherits:
-
ArcadiaEvent
- Object
- Event
- ArcadiaEvent
- BookmarkEvent
- Defined in:
- lib/a-contracts.rb
Overview
---------------------------------------------
Bookmark event
+---------------------------------------------+
Direct Known Subclasses
Constant Summary
Constants inherited from Event
Event::FLAG_DEFAULT, Event::FLAG_ERROR
Instance Attribute Summary collapse
-
#content ⇒ Object
range around row where event has effect.
-
#file ⇒ Object
range around row where event has effect.
-
#from_row ⇒ Object
range around row where event has effect.
-
#id ⇒ Object
range around row where event has effect.
-
#persistent ⇒ Object
range around row where event has effect.
-
#range ⇒ Object
range around row where event has effect.
-
#row ⇒ Object
range around row where event has effect.
-
#to_row ⇒ Object
range around row where event has effect.
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
#content ⇒ Object
range around row where event has effect
194 195 196 |
# File 'lib/a-contracts.rb', line 194 def content @content end |
#file ⇒ Object
range around row where event has effect
194 195 196 |
# File 'lib/a-contracts.rb', line 194 def file @file end |
#from_row ⇒ Object
range around row where event has effect
194 195 196 |
# File 'lib/a-contracts.rb', line 194 def from_row @from_row end |
#id ⇒ Object
range around row where event has effect
194 195 196 |
# File 'lib/a-contracts.rb', line 194 def id @id end |
#persistent ⇒ Object
range around row where event has effect
194 195 196 |
# File 'lib/a-contracts.rb', line 194 def persistent @persistent end |
#range ⇒ Object
range around row where event has effect
194 195 196 |
# File 'lib/a-contracts.rb', line 194 def range @range end |
#row ⇒ Object
range around row where event has effect
194 195 196 |
# File 'lib/a-contracts.rb', line 194 def row @row end |
#to_row ⇒ Object
range around row where event has effect
194 195 196 |
# File 'lib/a-contracts.rb', line 194 def to_row @to_row end |