class Rookout::Processor::Namespaces::ObjectDumpConfig
Attributes
max_collection_depth[R]
max_depth[R]
max_string[R]
max_width[R]
Public Class Methods
new(max_depth, max_width, max_collection_depth, max_string)
click to toggle source
# File lib/rookout/processor/namespaces/ruby_object_namespace.rb, line 13 def initialize max_depth, max_width, max_collection_depth, max_string @max_depth = max_depth @max_width = max_width @max_collection_depth = max_collection_depth @max_string = max_string end