Class: Documentation::Constructor
Instance Method Summary collapse
Methods inherited from Method
#arguments, #fires, #full_name, #klass, #klass_name, #methodized?, #name, #returns, #serialize, #serialize_arguments, #serialize_signatures, #signature, #signatures
Methods inherited from Base
#alias_of, #deprecated?, #description, #doc_parent, #ebnf_expressions, #full_name, #inspect, #klass, #klass_name, #name, #namespace, #parent_id, #related_to, #root, #section_name, #serialize, #signature, #src_code_line, #tags, #to_yaml
Methods included from Memoized
#avoid_infinite_method_added_loop, #memoize, #method_added
Instance Method Details
#namespace_string ⇒ Object
398 399 400 |
# File 'lib/pdoc/parser/documentation_nodes.rb', line 398 def namespace_string ebnf_expressions.first.namespace end |
#type ⇒ Object
402 403 404 |
# File 'lib/pdoc/parser/documentation_nodes.rb', line 402 def type "constructor" end |