Method: Axlsx::App#manager

Defined in:
lib/axlsx/doc_props/app.rb

#managerString Also known as: Manager

Returns The name of the manager for the document.

Returns:

  • (String)

    The name of the manager for the document.



18
19
20
# File 'lib/axlsx/doc_props/app.rb', line 18

def manager
  @manager
end