Method: Inch::CodeObject::Proxy::Base#tagged_as_internal_api?

Defined in:
lib/inch/code_object/proxy/base.rb

#tagged_as_internal_api?Boolean

Returns true if the object or its parent is tagged as part of an internal api.

Returns:

  • (Boolean)

    true if the object or its parent is tagged as part of an internal api



173
174
175
# File 'lib/inch/code_object/proxy/base.rb', line 173

def tagged_as_internal_api?
  self[:tagged_as_internal_api?]
end