Class: MaisPersonClient::Person::Identifier

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

Instance Attribute Summary collapse

Instance Attribute Details

#nvalObject

Returns the value of attribute nval

Returns:

  • (Object)

    the current value of nval



17
18
19
# File 'lib/mais_person_client/person.rb', line 17

def nval
  @nval
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



17
18
19
# File 'lib/mais_person_client/person.rb', line 17

def type
  @type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



17
18
19
# File 'lib/mais_person_client/person.rb', line 17

def value
  @value
end

#visibilityObject

Returns the value of attribute visibility

Returns:

  • (Object)

    the current value of visibility



17
18
19
# File 'lib/mais_person_client/person.rb', line 17

def visibility
  @visibility
end