Class: Inch::CodeObject::Proxy::ModuleObject

Inherits:
NamespaceObject show all
Defined in:
lib/inch/code_object/proxy/module_object.rb

Constant Summary

Constants inherited from NamespaceObject

NamespaceObject::MANY_ATTRIBUTES_THRESHOLD, NamespaceObject::MANY_CHILDREN_THRESHOLD

Constants inherited from Base

Base::CONSIDERED_YARD_TAGS

Constants included from NodocHelper

NodocHelper::DOC_REGEX, NodocHelper::NO_DOC_ALL_REGEX, NodocHelper::NO_DOC_REGEX

Instance Attribute Summary

Attributes inherited from Base

#grade, #object

Method Summary

Methods inherited from NamespaceObject

#children, #has_many_attributes?, #has_many_children?, #namespace?, #no_methods?, #pure_namespace?

Methods inherited from Base

#children, #depth, #docstring, #evaluation, #filename, #has_alias?, #has_code_example?, #has_doc?, #has_multiple_code_examples?, #has_unconsidered_tags?, #in_root?, #initialize, #inspect, #method?, #namespace?, #parent, #private?, #private_tag?, #protected?, #public?, #unconsidered_tags, #undocumented?

Methods included from NodocHelper

#declarations, #explicit_doc_comment?, #explicit_nodoc_all_comment?, #explicit_nodoc_comment?, #files, #get_line_no, #implicit_nodoc_all_comment?, #implicit_nodoc_comment?, #nodoc?, #nodoc_comment?

Constructor Details

This class inherits a constructor from Inch::CodeObject::Proxy::Base