Class: ObiWan::Type::Name
Instance Attribute Summary collapse
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#honorific ⇒ Object
Returns the value of attribute honorific.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#middle_name ⇒ Object
Returns the value of attribute middle_name.
Method Summary
Methods inherited from Builder
Constructor Details
This class inherits a constructor from ObiWan::Type::Builder
Instance Attribute Details
#first_name ⇒ Object
Returns the value of attribute first_name.
44 45 46 |
# File 'lib/obi-wan/type.rb', line 44 def first_name @first_name end |
#honorific ⇒ Object
Returns the value of attribute honorific.
47 48 49 |
# File 'lib/obi-wan/type.rb', line 47 def honorific @honorific end |
#last_name ⇒ Object
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_name ⇒ Object
Returns the value of attribute middle_name.
45 46 47 |
# File 'lib/obi-wan/type.rb', line 45 def middle_name @middle_name end |