Class: Asciidoctor::Document::Author

Inherits:
Struct
  • Object
show all
Defined in:
lib/asciidoctor/document.rb

Overview

The Author class represents information about an author extracted from document attributes

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject

Returns the value of attribute email



141
142
143
# File 'lib/asciidoctor/document.rb', line 141

def email
  @email
end

#firstnameObject

Returns the value of attribute firstname



141
142
143
# File 'lib/asciidoctor/document.rb', line 141

def firstname
  @firstname
end

#initialsObject

Returns the value of attribute initials



141
142
143
# File 'lib/asciidoctor/document.rb', line 141

def initials
  @initials
end

#lastnameObject

Returns the value of attribute lastname



141
142
143
# File 'lib/asciidoctor/document.rb', line 141

def lastname
  @lastname
end

#middlenameObject

Returns the value of attribute middlename



141
142
143
# File 'lib/asciidoctor/document.rb', line 141

def middlename
  @middlename
end

#nameObject

Returns the value of attribute name



141
142
143
# File 'lib/asciidoctor/document.rb', line 141

def name
  @name
end