Class: DocCodeEvent

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

Defined Under Namespace

Classes: Result

Constant Summary

Constants inherited from Event

Event::FLAG_DEFAULT, Event::FLAG_ERROR

Instance Attribute Summary collapse

Attributes inherited from BufferEvent

#col, #file, #lang, #last_col, #last_row, #row, #text, #title

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

#doc_entryObject

Returns the value of attribute doc_entry.



170
171
172
# File 'lib/a-contracts.rb', line 170

def doc_entry
  @doc_entry
end

#xdocObject

Returns the value of attribute xdoc.



170
171
172
# File 'lib/a-contracts.rb', line 170

def xdoc
  @xdoc
end

#ydocObject

Returns the value of attribute ydoc.



170
171
172
# File 'lib/a-contracts.rb', line 170

def ydoc
  @ydoc
end