Method: Inch::CodeObject::Proxy::NamespaceObject#has_many_attributes?

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

#has_many_attributes?Boolean

Returns:

  • (Boolean)


14
15
16
# File 'lib/inch/code_object/proxy/namespace_object.rb', line 14

def has_many_attributes?
  attributes.size > MANY_ATTRIBUTES_THRESHOLD
end