Class: Inch::CodeObject::Provider::YARD::Object::ModuleObject
- Inherits:
-
NamespaceObject
- Object
- Base
- NamespaceObject
- Inch::CodeObject::Provider::YARD::Object::ModuleObject
- Defined in:
- lib/inch/code_object/provider/yard/object/module_object.rb
Constant Summary
Constants inherited from Base
Base::AUTO_GENERATED_TAG_NAMES, Base::CONSIDERED_YARD_TAGS, Base::RUBY_CORE
Constants included from NodocHelper
NodocHelper::DOC_REGEX, NodocHelper::NO_DOC_ALL_REGEX, NodocHelper::NO_DOC_REGEX
Instance Attribute Summary
Attributes inherited from Base
#aliased_object_fullname, #base_dir, #object
Method Summary
Methods inherited from NamespaceObject
#attributes, #child, #children, #children_fullnames, #has_methods?, #namespace?, #pure_namespace?
Methods inherited from Base
#__parent, #aliases_fullnames, #api_tag, #api_tag?, #child, #children, #children_fullnames, #core?, #depth, #docstring, #filename, #files, #fullname, #has_children?, #has_code_example?, #has_doc?, #has_multiple_code_examples?, #has_unconsidered_tags?, #in_in_root?, #in_root?, #initialize, #inspect, #method?, #name, #namespace?, #original_docstring, #parameters, #parent, #private?, #protected?, #public?, #tagged_as_internal_api?, #tagged_as_private?, #unconsidered_tag_count, #undocumented?
Methods included from NodocHelper
#declarations, #explicit_doc_comment?, #explicit_nodoc_all_comment?, #explicit_nodoc_comment?, #get_line_no, #implicit_nodoc_all_comment?, #implicit_nodoc_comment?, #nodoc?, #nodoc_comment?
Constructor Details
This class inherits a constructor from Inch::CodeObject::Provider::YARD::Object::Base