Class: ObiWan::Type::Name

Inherits:
Builder
  • Object
show all
Defined in:
lib/obi-wan/type.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Builder

#initialize

Constructor Details

This class inherits a constructor from ObiWan::Type::Builder

Instance Attribute Details

#first_nameObject

Returns the value of attribute first_name.



44
45
46
# File 'lib/obi-wan/type.rb', line 44

def first_name
  @first_name
end

#honorificObject

Returns the value of attribute honorific.



47
48
49
# File 'lib/obi-wan/type.rb', line 47

def honorific
  @honorific
end

#last_nameObject

Returns the value of attribute last_name.



46
47
48
# File 'lib/obi-wan/type.rb', line 46

def last_name
  @last_name
end

#middle_nameObject

Returns the value of attribute middle_name.



45
46
47
# File 'lib/obi-wan/type.rb', line 45

def middle_name
  @middle_name
end