Class: Asciidoctor::Document::Author
- Inherits:
-
Struct
- Object
- Struct
- Asciidoctor::Document::Author
- Defined in:
- lib/asciidoctor/document.rb
Overview
The Author class represents information about an author extracted from document attributes
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#firstname ⇒ Object
Returns the value of attribute firstname.
-
#initials ⇒ Object
Returns the value of attribute initials.
-
#lastname ⇒ Object
Returns the value of attribute lastname.
-
#middlename ⇒ Object
Returns the value of attribute middlename.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email
141 142 143 |
# File 'lib/asciidoctor/document.rb', line 141 def email @email end |
#firstname ⇒ Object
Returns the value of attribute firstname
141 142 143 |
# File 'lib/asciidoctor/document.rb', line 141 def firstname @firstname end |
#initials ⇒ Object
Returns the value of attribute initials
141 142 143 |
# File 'lib/asciidoctor/document.rb', line 141 def initials @initials end |
#lastname ⇒ Object
Returns the value of attribute lastname
141 142 143 |
# File 'lib/asciidoctor/document.rb', line 141 def lastname @lastname end |
#middlename ⇒ Object
Returns the value of attribute middlename
141 142 143 |
# File 'lib/asciidoctor/document.rb', line 141 def middlename @middlename end |
#name ⇒ Object
Returns the value of attribute name
141 142 143 |
# File 'lib/asciidoctor/document.rb', line 141 def name @name end |