Class: DocCodeEvent::Result
- Inherits:
-
Result
- Object
- Result
- DocCodeEvent::Result
- Defined in:
- lib/a-contracts.rb
Instance Attribute Summary collapse
-
#doc ⇒ Object
Returns the value of attribute doc.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#doc ⇒ Object
Returns the value of attribute doc.
126 127 128 |
# File 'lib/a-contracts.rb', line 126 def doc @doc end |
#title ⇒ Object
Returns the value of attribute title.
126 127 128 |
# File 'lib/a-contracts.rb', line 126 def title @title end |