Class: JsonLogging::Sanitizer::StructuredHash::JsonableResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/json_logging/structured_hash_sanitizer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#leaf_countObject

Returns the value of attribute leaf_count

Returns:

  • (Object)

    the current value of leaf_count



4
5
6
# File 'lib/json_logging/structured_hash_sanitizer.rb', line 4

def leaf_count
  @leaf_count
end

#ownedObject

Returns the value of attribute owned

Returns:

  • (Object)

    the current value of owned



4
5
6
# File 'lib/json_logging/structured_hash_sanitizer.rb', line 4

def owned
  @owned
end

#treeObject

Returns the value of attribute tree

Returns:

  • (Object)

    the current value of tree



4
5
6
# File 'lib/json_logging/structured_hash_sanitizer.rb', line 4

def tree
  @tree
end