Method: BloomApi::Individual#other_first_name
- Defined in:
- lib/bloom_api/individual.rb
#other_first_name ⇒ String
Returns an alternate first name for the provider.
46 47 48 |
# File 'lib/bloom_api/individual.rb', line 46 def other_first_name @raw_provider['other_first_name'] end |