Class: MaisPersonClient::Affiliations::Address

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:

  • the current value of affnum



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

def affnum
  @affnum
end

#cityObject

Returns the value of attribute city

Returns:

  • the current value of city



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

def city
  @city
end

#countryObject

Returns the value of attribute country

Returns:

  • the current value of country



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

def country
  @country
end

#country_alpha2Object

Returns the value of attribute country_alpha2

Returns:

  • the current value of country_alpha2



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

def country_alpha2
  @country_alpha2
end

#country_alpha3Object

Returns the value of attribute country_alpha3

Returns:

  • the current value of country_alpha3



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

def country_alpha3
  @country_alpha3
end

#country_numericObject

Returns the value of attribute country_numeric

Returns:

  • the current value of country_numeric



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

def country_numeric
  @country_numeric
end

#full_addressObject

Returns the value of attribute full_address

Returns:

  • the current value of full_address



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

def full_address
  @full_address
end

#lineObject

Returns the value of attribute line

Returns:

  • the current value of line



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

def line
  @line
end

#postal_codeObject

Returns the value of attribute postal_code

Returns:

  • the current value of postal_code



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

def postal_code
  @postal_code
end

#stateObject

Returns the value of attribute state

Returns:

  • the current value of state



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

def state
  @state
end

#state_codeObject

Returns the value of attribute state_code

Returns:

  • the current value of state_code



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

def state_code
  @state_code
end

#typeObject

Returns the value of attribute type

Returns:

  • the current value of type



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

def type
  @type
end

#visibilityObject

Returns the value of attribute visibility

Returns:

  • the current value of visibility



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

def visibility
  @visibility
end