Method: BloomApi::Individual#other_name_suffix

Defined in:
lib/bloom_api/individual.rb

#other_name_suffixString

Returns the provider’s altername name suffix.

Returns:

  • (String)

    the provider’s altername name suffix



78
79
80
# File 'lib/bloom_api/individual.rb', line 78

def other_name_suffix
  @raw_provider['other_name_suffix']
end