Class: JsonLogging::Sanitizer::StructuredHash::JsonableResult
- Inherits:
-
Struct
- Object
- Struct
- JsonLogging::Sanitizer::StructuredHash::JsonableResult
- Defined in:
- lib/json_logging/structured_hash_sanitizer.rb
Instance Attribute Summary collapse
-
#leaf_count ⇒ Object
Returns the value of attribute leaf_count.
-
#owned ⇒ Object
Returns the value of attribute owned.
-
#tree ⇒ Object
Returns the value of attribute tree.
Instance Attribute Details
#leaf_count ⇒ Object
Returns the value of attribute leaf_count
4 5 6 |
# File 'lib/json_logging/structured_hash_sanitizer.rb', line 4 def leaf_count @leaf_count end |
#owned ⇒ Object
Returns the value of attribute owned
4 5 6 |
# File 'lib/json_logging/structured_hash_sanitizer.rb', line 4 def owned @owned end |
#tree ⇒ Object
Returns the value of attribute tree
4 5 6 |
# File 'lib/json_logging/structured_hash_sanitizer.rb', line 4 def tree @tree end |