class Aws::Templates::Render::Utils::Inspect::InspectView

Basic inspection render

Defines “depth” property which is used to control recursion depth during object introspection.

Public Instance Methods

depth() click to toggle source
# File lib/aws/templates/render/utils/inspect.rb, line 31
def depth
  (parameters.nil? ? Inspect.recursion_depth : Integer(parameters)) - 1
end