Class: Docgenerator::Rubycode::CodeTest::Code_line

Inherits:
Struct
  • Object
show all
Defined in:
lib/docgenerator/packages/rubycode4doc.rb

Overview

MyIO

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code

Returns:

  • the current value of code



27
28
29
# File 'lib/docgenerator/packages/rubycode4doc.rb', line 27

def code
  @code
end

#commentObject

Returns the value of attribute comment

Returns:

  • the current value of comment



27
28
29
# File 'lib/docgenerator/packages/rubycode4doc.rb', line 27

def comment
  @comment
end

#line_numberObject

Returns the value of attribute line_number

Returns:

  • the current value of line_number



27
28
29
# File 'lib/docgenerator/packages/rubycode4doc.rb', line 27

def line_number
  @line_number
end

#outputObject

Returns the value of attribute output

Returns:

  • the current value of output



27
28
29
# File 'lib/docgenerator/packages/rubycode4doc.rb', line 27

def output
  @output
end

#outputtabObject

Returns the value of attribute outputtab

Returns:

  • the current value of outputtab



27
28
29
# File 'lib/docgenerator/packages/rubycode4doc.rb', line 27

def outputtab
  @outputtab
end

#resultObject

Returns the value of attribute result

Returns:

  • the current value of result



27
28
29
# File 'lib/docgenerator/packages/rubycode4doc.rb', line 27

def result
  @result
end