Class: Plushie::Event::Diagnostic::TreeDepthExceeded

Inherits:
Data
  • Object
show all
Defined in:
lib/plushie/event/diagnostic.rb

Overview

Tree traversal reached the global depth cap.

Instance Attribute Summary collapse

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



53
54
55
# File 'lib/plushie/event/diagnostic.rb', line 53

def id
  @id
end

#max_depthObject (readonly)

Returns the value of attribute max_depth

Returns:

  • (Object)

    the current value of max_depth



53
54
55
# File 'lib/plushie/event/diagnostic.rb', line 53

def max_depth
  @max_depth
end