Class: Cuboid::OptionGroups::Output

Inherits:
Cuboid::OptionGroup show all
Defined in:
lib/cuboid/option_groups/output.rb

Overview

UI::Output options.

Author:

Instance Attribute Summary collapse

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_logfileBool

Returns ‘true` if the output of the RPC instances should be redirected to a file, `false` otherwise.

Returns:

  • (Bool)

    ‘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