Class: Summon::Author

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

Instance Attribute Summary collapse

Instance Attribute Details

#fullname(*args) ⇒ Object Also known as: name

Returns the value of attribute fullname

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of surname



127
128
129
# File 'lib/summon/schema/document.rb', line 127

def surname
  @surname
end