Class: MaisPersonClient::Affiliations::AffData

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

Instance Attribute Summary collapse

Instance Attribute Details

#affnumObject

Returns the value of attribute affnum

Returns:

  • (Object)

    the current value of affnum



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

def affnum
  @affnum
end

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



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

def code
  @code
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



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

def value
  @value
end