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
30 31 32 |
# File 'lib/docgenerator/packages/rubycode4doc.rb', line 30 def code @code end |
#comment ⇒ Object
Returns the value of attribute comment
30 31 32 |
# File 'lib/docgenerator/packages/rubycode4doc.rb', line 30 def comment @comment end |
#line_number ⇒ Object
Returns the value of attribute line_number
30 31 32 |
# File 'lib/docgenerator/packages/rubycode4doc.rb', line 30 def line_number @line_number end |
#output ⇒ Object
Returns the value of attribute output
30 31 32 |
# File 'lib/docgenerator/packages/rubycode4doc.rb', line 30 def output @output end |
#outputtab ⇒ Object
Returns the value of attribute outputtab
30 31 32 |
# File 'lib/docgenerator/packages/rubycode4doc.rb', line 30 def outputtab @outputtab end |
#result ⇒ Object
Returns the value of attribute result
30 31 32 |
# File 'lib/docgenerator/packages/rubycode4doc.rb', line 30 def result @result end |