Class: Inch::Language::JavaScript::Provider::JSDoc::Object::FunctionObject

Inherits:
Base
  • Object
show all
Defined in:
lib/inch/language/javascript/provider/jsdoc/object/function_object.rb

Overview

Proxy class for functions

Instance Attribute Summary

Attributes inherited from Base

#base_dir, #children_fullnames

Instance Method Summary collapse

Methods inherited from Base

#aliased_object_fullname, #aliases_fullnames, #api_tag?, #attributes, #bang_name?, #constant?, #constructor?, #depth, #docstring, #filename, #files, #fullname, #getter?, #has_children?, #has_code_example?, #has_doc?, #has_multiple_code_examples?, #has_unconsidered_tags?, #in_root?, #initialize, #name, #namespace?, #nodoc?, #original_docstring, #overridden?, #overridden_method_fullname, #parameters, #parent_fullname, #private?, #protected?, #public?, #questioning_name?, #return_described?, #return_mentioned?, #return_typed?, #setter?, #source, #tagged_as_internal_api?, #tagged_as_private?, #unconsidered_tag_count, #undocumented?, #visibility

Constructor Details

This class inherits a constructor from Inch::Language::JavaScript::Provider::JSDoc::Object::Base

Instance Method Details

#method?Boolean

Returns:

  • (Boolean)


11
12
13
# File 'lib/inch/language/javascript/provider/jsdoc/object/function_object.rb', line 11

def method?
  true
end