Method: YARD::CodeObjects::NamespaceObject#class_attributes

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

#class_attributesHash

Only the class attributes

Returns:

  • (Hash)

    a list of method names and their read/write objects

See Also:

[View source]

69
70
71
# File 'lib/yard/code_objects/namespace_object.rb', line 69

def class_attributes
  attributes[:class]
end