Method: YARD::CodeObjects::NamespaceObject#attributes
- Defined in:
- lib/yard/code_objects/namespace_object.rb
#attributes ⇒ Hash (readonly)
A hash containing two keys, class and instance, each containing the attribute name with a { :read, :write } hash for the read and write objects respectively.
39 40 41 |
# File 'lib/yard/code_objects/namespace_object.rb', line 39 def attributes @attributes end |