Class: Summon::Author
Instance Attribute Summary collapse
-
#fullname(*args) ⇒ Object
(also: #name)
Returns the value of attribute fullname.
-
#givenname(*args) ⇒ Object
Returns the value of attribute givenname.
-
#middlename(*args) ⇒ Object
Returns the value of attribute middlename.
-
#surname(*args) ⇒ Object
Returns the value of attribute surname.
Instance Attribute Details
#fullname(*args) ⇒ Object Also known as: name
Returns the value of attribute fullname
127 128 129 |
# File 'lib/summon/schema/document.rb', line 127 def fullname @fullname end |
#givenname(*args) ⇒ Object
Returns the value of attribute givenname
127 128 129 |
# File 'lib/summon/schema/document.rb', line 127 def givenname @givenname end |
#middlename(*args) ⇒ Object
Returns the value of attribute middlename
127 128 129 |
# File 'lib/summon/schema/document.rb', line 127 def middlename @middlename end |
#surname(*args) ⇒ Object
Returns the value of attribute surname
127 128 129 |
# File 'lib/summon/schema/document.rb', line 127 def surname @surname end |