Method: BloomApi::Individual#other_middle_name

Defined in:
lib/bloom_api/individual.rb

#other_middle_nameString

Returns the provider’s alternate last name.

Returns:

  • (String)

    the provider’s alternate last name



68
69
70
# File 'lib/bloom_api/individual.rb', line 68

def other_middle_name
  @raw_provider['other_middle_name']
end