Class: MaisPersonClient::Person::PersonName
- Inherits:
-
Struct
- Object
- Struct
- MaisPersonClient::Person::PersonName
- Defined in:
- lib/mais_person_client/person.rb
Overview
Struct definitions for complex nodes
Instance Attribute Summary collapse
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#first_nval ⇒ Object
Returns the value of attribute first_nval.
-
#full_name ⇒ Object
Returns the value of attribute full_name.
-
#last ⇒ Object
Returns the value of attribute last.
-
#last_nval ⇒ Object
Returns the value of attribute last_nval.
-
#middle ⇒ Object
Returns the value of attribute middle.
-
#middle_nval ⇒ Object
Returns the value of attribute middle_nval.
-
#type ⇒ Object
Returns the value of attribute type.
-
#visibility ⇒ Object
Returns the value of attribute visibility.
Instance Attribute Details
#first_name ⇒ Object
Returns the value of attribute first_name
9 10 11 |
# File 'lib/mais_person_client/person.rb', line 9 def first_name @first_name end |
#first_nval ⇒ Object
Returns the value of attribute first_nval
9 10 11 |
# File 'lib/mais_person_client/person.rb', line 9 def first_nval @first_nval end |
#full_name ⇒ Object
Returns the value of attribute full_name
9 10 11 |
# File 'lib/mais_person_client/person.rb', line 9 def full_name @full_name end |
#last ⇒ Object
Returns the value of attribute last
9 10 11 |
# File 'lib/mais_person_client/person.rb', line 9 def last @last end |
#last_nval ⇒ Object
Returns the value of attribute last_nval
9 10 11 |
# File 'lib/mais_person_client/person.rb', line 9 def last_nval @last_nval end |
#middle ⇒ Object
Returns the value of attribute middle
9 10 11 |
# File 'lib/mais_person_client/person.rb', line 9 def middle @middle end |
#middle_nval ⇒ Object
Returns the value of attribute middle_nval
9 10 11 |
# File 'lib/mais_person_client/person.rb', line 9 def middle_nval @middle_nval end |
#type ⇒ Object
Returns the value of attribute type
9 10 11 |
# File 'lib/mais_person_client/person.rb', line 9 def type @type end |
#visibility ⇒ Object
Returns the value of attribute visibility
9 10 11 |
# File 'lib/mais_person_client/person.rb', line 9 def visibility @visibility end |