Class: MaisPersonClient::Person::PersonName

Inherits:
Struct
  • Object
show all
Defined in:
lib/mais_person_client/person.rb

Overview

Struct definitions for complex nodes

Instance Attribute Summary collapse

Instance Attribute Details

#first_nameObject

Returns the value of attribute first_name

Returns:

  • (Object)

    the current value of first_name



9
10
11
# File 'lib/mais_person_client/person.rb', line 9

def first_name
  @first_name
end

#first_nvalObject

Returns the value of attribute first_nval

Returns:

  • (Object)

    the current value of first_nval



9
10
11
# File 'lib/mais_person_client/person.rb', line 9

def first_nval
  @first_nval
end

#full_nameObject

Returns the value of attribute full_name

Returns:

  • (Object)

    the current value of full_name



9
10
11
# File 'lib/mais_person_client/person.rb', line 9

def full_name
  @full_name
end

#lastObject

Returns the value of attribute last

Returns:

  • (Object)

    the current value of last



9
10
11
# File 'lib/mais_person_client/person.rb', line 9

def last
  @last
end

#last_nvalObject

Returns the value of attribute last_nval

Returns:

  • (Object)

    the current value of last_nval



9
10
11
# File 'lib/mais_person_client/person.rb', line 9

def last_nval
  @last_nval
end

#middleObject

Returns the value of attribute middle

Returns:

  • (Object)

    the current value of middle



9
10
11
# File 'lib/mais_person_client/person.rb', line 9

def middle
  @middle
end

#middle_nvalObject

Returns the value of attribute middle_nval

Returns:

  • (Object)

    the current value of middle_nval



9
10
11
# File 'lib/mais_person_client/person.rb', line 9

def middle_nval
  @middle_nval
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/mais_person_client/person.rb', line 9

def type
  @type
end

#visibilityObject

Returns the value of attribute visibility

Returns:

  • (Object)

    the current value of visibility



9
10
11
# File 'lib/mais_person_client/person.rb', line 9

def visibility
  @visibility
end