Class: Docgenerator::Rubycode::CodeTest::Code_line
- Defined in:
- lib/docgenerator/packages/rubycode4doc.rb
Overview
MyIO
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#comment ⇒ Object
Returns the value of attribute comment.
-
#line_number ⇒ Object
Returns the value of attribute line_number.
-
#output ⇒ Object
Returns the value of attribute output.
-
#outputtab ⇒ Object
Returns the value of attribute outputtab.
-
#result ⇒ Object
Returns the value of attribute result.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
27 28 29 |
# File 'lib/docgenerator/packages/rubycode4doc.rb', line 27 def code @code end |
#comment ⇒ Object
Returns the value of attribute comment
27 28 29 |
# File 'lib/docgenerator/packages/rubycode4doc.rb', line 27 def comment @comment end |
#line_number ⇒ Object
Returns the value of attribute line_number
27 28 29 |
# File 'lib/docgenerator/packages/rubycode4doc.rb', line 27 def line_number @line_number end |
#output ⇒ Object
Returns the value of attribute output
27 28 29 |
# File 'lib/docgenerator/packages/rubycode4doc.rb', line 27 def output @output end |
#outputtab ⇒ Object
Returns the value of attribute outputtab
27 28 29 |
# File 'lib/docgenerator/packages/rubycode4doc.rb', line 27 def outputtab @outputtab end |
#result ⇒ Object
Returns the value of attribute result
27 28 29 |
# File 'lib/docgenerator/packages/rubycode4doc.rb', line 27 def result @result end |