Class: BookmarkEvent

Inherits:
ArcadiaEvent show all
Defined in:
lib/a-contracts.rb

Overview

---------------------------------------------

       Bookmark event
+---------------------------------------------+

Constant Summary

Constants inherited from Event

Event::FLAG_DEFAULT, Event::FLAG_ERROR

Instance Attribute Summary collapse

Attributes inherited from Event

#channel, #flag, #parent, #results, #sender, #time

Method Summary

Methods inherited from ArcadiaEvent

#go!, #shot!

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

#contentObject

range around row where event has effect



194
195
196
# File 'lib/a-contracts.rb', line 194

def content
  @content
end

#fileObject

range around row where event has effect



194
195
196
# File 'lib/a-contracts.rb', line 194

def file
  @file
end

#from_rowObject

range around row where event has effect



194
195
196
# File 'lib/a-contracts.rb', line 194

def from_row
  @from_row
end

#idObject

range around row where event has effect



194
195
196
# File 'lib/a-contracts.rb', line 194

def id
  @id
end

#persistentObject

range around row where event has effect



194
195
196
# File 'lib/a-contracts.rb', line 194

def persistent
  @persistent
end

#rangeObject

range around row where event has effect



194
195
196
# File 'lib/a-contracts.rb', line 194

def range
  @range
end

#rowObject

range around row where event has effect



194
195
196
# File 'lib/a-contracts.rb', line 194

def row
  @row
end

#to_rowObject

range around row where event has effect



194
195
196
# File 'lib/a-contracts.rb', line 194

def to_row
  @to_row
end