Class: MaisPersonClient::Person::Identifier
- Inherits:
-
Struct
- Object
- Struct
- MaisPersonClient::Person::Identifier
- Defined in:
- lib/mais_person_client/person.rb
Instance Attribute Summary collapse
-
#nval ⇒ Object
Returns the value of attribute nval.
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
-
#visibility ⇒ Object
Returns the value of attribute visibility.
Instance Attribute Details
#nval ⇒ Object
Returns the value of attribute nval
17 18 19 |
# File 'lib/mais_person_client/person.rb', line 17 def nval @nval end |
#type ⇒ Object
Returns the value of attribute type
17 18 19 |
# File 'lib/mais_person_client/person.rb', line 17 def type @type end |
#value ⇒ Object
Returns the value of attribute value
17 18 19 |
# File 'lib/mais_person_client/person.rb', line 17 def value @value end |
#visibility ⇒ Object
Returns the value of attribute visibility
17 18 19 |
# File 'lib/mais_person_client/person.rb', line 17 def visibility @visibility end |