Class: Cuboid::OptionGroups::Output
- Inherits:
-
Cuboid::OptionGroup
- Object
- Cuboid::OptionGroup
- Cuboid::OptionGroups::Output
- Defined in:
- lib/cuboid/option_groups/output.rb
Overview
UI::Output options.
Instance Attribute Summary collapse
-
#reroute_to_logfile ⇒ Bool
‘true` if the output of the RPC instances should be redirected to a file, `false` otherwise.
Method Summary
Methods inherited from Cuboid::OptionGroup
#==, attr_accessor, attributes, #attributes, defaults, #defaults, #hash, inherited, #initialize, #merge, set_defaults, #to_h, #to_hash, #to_rpc_data, #update, #validate
Constructor Details
This class inherits a constructor from Cuboid::OptionGroup
Instance Attribute Details
#reroute_to_logfile ⇒ Bool
Returns ‘true` if the output of the RPC instances should be redirected to a file, `false` otherwise.
11 12 13 |
# File 'lib/cuboid/option_groups/output.rb', line 11 def reroute_to_logfile @reroute_to_logfile end |