Class: Plushie::Event::Diagnostic::TreeDepthExceeded
- Inherits:
-
Data
- Object
- Data
- Plushie::Event::Diagnostic::TreeDepthExceeded
- Defined in:
- lib/plushie/event/diagnostic.rb
Overview
Tree traversal reached the global depth cap.
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#max_depth ⇒ Object
readonly
Returns the value of attribute max_depth.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
53 54 55 |
# File 'lib/plushie/event/diagnostic.rb', line 53 def id @id end |
#max_depth ⇒ Object (readonly)
Returns the value of attribute max_depth
53 54 55 |
# File 'lib/plushie/event/diagnostic.rb', line 53 def max_depth @max_depth end |