Class: DocCodeEvent
- Inherits:
-
BufferEvent
- Object
- Event
- ArcadiaEvent
- BufferEvent
- DocCodeEvent
- Defined in:
- lib/a-contracts.rb
Defined Under Namespace
Classes: Result
Instance Attribute Summary collapse
-
#doc_entry ⇒ Object
Returns the value of attribute doc_entry.
-
#xdoc ⇒ Object
Returns the value of attribute xdoc.
-
#ydoc ⇒ Object
Returns the value of attribute ydoc.
Attributes inherited from BufferEvent
#col, #file, #row, #text, #title
Attributes inherited from Event
#channel, #parent, #results, #sender, #time
Method Summary
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_entry ⇒ Object
Returns the value of attribute doc_entry.
128 129 130 |
# File 'lib/a-contracts.rb', line 128 def doc_entry @doc_entry end |
#xdoc ⇒ Object
Returns the value of attribute xdoc.
128 129 130 |
# File 'lib/a-contracts.rb', line 128 def xdoc @xdoc end |
#ydoc ⇒ Object
Returns the value of attribute ydoc.
128 129 130 |
# File 'lib/a-contracts.rb', line 128 def ydoc @ydoc end |