Class: Documentation::InstanceProperty

Inherits:
Property
  • Object
show all
Defined in:
lib/pdoc/parser/documentation_nodes.rb

Instance Method Summary collapse

Methods inherited from Property

#klass, #returns, #serialize, #signature

Methods inherited from Base

#alias_of, #deprecated?, #description, #doc_parent, #ebnf_expressions, #full_name, #inspect, #klass, #klass_name, #name, #namespace, #namespace_string, #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

#typeObject



414
415
416
# File 'lib/pdoc/parser/documentation_nodes.rb', line 414

def type
  "instance property"
end