Class: MaisPersonClient::Affiliations::Telephone

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



12
13
14
# File 'lib/mais_person_client/affiliations.rb', line 12

def affnum
  @affnum
end

#areaObject

Returns the value of attribute area

Returns:

  • (Object)

    the current value of area



12
13
14
# File 'lib/mais_person_client/affiliations.rb', line 12

def area
  @area
end

#full_numberObject

Returns the value of attribute full_number

Returns:

  • (Object)

    the current value of full_number



12
13
14
# File 'lib/mais_person_client/affiliations.rb', line 12

def full_number
  @full_number
end

#iccObject

Returns the value of attribute icc

Returns:

  • (Object)

    the current value of icc



12
13
14
# File 'lib/mais_person_client/affiliations.rb', line 12

def icc
  @icc
end

#numberObject

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



12
13
14
# File 'lib/mais_person_client/affiliations.rb', line 12

def number
  @number
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



12
13
14
# File 'lib/mais_person_client/affiliations.rb', line 12

def type
  @type
end

#visibilityObject

Returns the value of attribute visibility

Returns:

  • (Object)

    the current value of visibility



12
13
14
# File 'lib/mais_person_client/affiliations.rb', line 12

def visibility
  @visibility
end