class Ppl::Entity::Name

Attributes

family[RW]
full[RW]
given[RW]
middle[RW]
prefix[RW]
suffix[RW]

Public Instance Methods

to_s() click to toggle source
# File lib/ppl/entity/name.rb, line 9
def to_s
  @full
end