Method: YARD::CodeObjects::NamespaceObject#instance_attributes

Defined in:
lib/yard/code_objects/namespace_object.rb

#instance_attributesHash

Only the instance attributes

Returns:

  • (Hash)

    a list of method names and their read/write objects

See Also:

[View source]

76
77
78
# File 'lib/yard/code_objects/namespace_object.rb', line 76

def instance_attributes
  attributes[:instance]
end