Method: ReportBuilder.set_option
- Defined in:
- lib/report_builder.rb
.set_option(option, value) ⇒ Object
411 412 413 414 |
# File 'lib/report_builder.rb', line 411 def self.set_option(option, value) @options[option.to_sym] = value end |