Class: ReportPrint::Printer::State
- Defined in:
- lib/report_print/printer.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#after ⇒ Object
readonly
Returns the value of attribute after.
-
#indent ⇒ Object
readonly
Returns the value of attribute indent.
-
#inline_separator ⇒ Object
readonly
Returns the value of attribute inline_separator.
-
#mode ⇒ Object
readonly
Returns the value of attribute mode.
-
#next_inline_separator ⇒ Object
readonly
Returns the value of attribute next_inline_separator.
-
#separator ⇒ Object
readonly
Returns the value of attribute separator.
-
#start_of_block ⇒ Object
readonly
Returns the value of attribute start_of_block.
-
#start_of_line ⇒ Object
readonly
Returns the value of attribute start_of_line.
-
#start_of_output ⇒ Object
readonly
Returns the value of attribute start_of_output.
Instance Method Summary collapse
Methods inherited from Data
Instance Attribute Details
#after ⇒ Object (readonly)
Returns the value of attribute after
8 9 10 |
# File 'lib/report_print/printer.rb', line 8 def after @after end |
#indent ⇒ Object (readonly)
Returns the value of attribute indent
8 9 10 |
# File 'lib/report_print/printer.rb', line 8 def indent @indent end |
#inline_separator ⇒ Object (readonly)
Returns the value of attribute inline_separator
8 9 10 |
# File 'lib/report_print/printer.rb', line 8 def inline_separator @inline_separator end |
#mode ⇒ Object (readonly)
Returns the value of attribute mode
8 9 10 |
# File 'lib/report_print/printer.rb', line 8 def mode @mode end |
#next_inline_separator ⇒ Object (readonly)
Returns the value of attribute next_inline_separator
8 9 10 |
# File 'lib/report_print/printer.rb', line 8 def next_inline_separator @next_inline_separator end |
#separator ⇒ Object (readonly)
Returns the value of attribute separator
8 9 10 |
# File 'lib/report_print/printer.rb', line 8 def separator @separator end |
#start_of_block ⇒ Object (readonly)
Returns the value of attribute start_of_block
8 9 10 |
# File 'lib/report_print/printer.rb', line 8 def start_of_block @start_of_block end |
#start_of_line ⇒ Object (readonly)
Returns the value of attribute start_of_line
8 9 10 |
# File 'lib/report_print/printer.rb', line 8 def start_of_line @start_of_line end |
#start_of_output ⇒ Object (readonly)
Returns the value of attribute start_of_output
8 9 10 |
# File 'lib/report_print/printer.rb', line 8 def start_of_output @start_of_output end |
Instance Method Details
#inline? ⇒ Boolean
19 20 21 |
# File 'lib/report_print/printer.rb', line 19 def inline? mode == :inline end |