Method: BloomApi::Provider#other_name_type

Defined in:
lib/bloom_api/provider.rb

#other_name_typeString

Returns a type describing the purpose of the provider’s alternate name.

Returns:

  • (String)

    a type describing the purpose of the provider’s alternate name



53
54
55
# File 'lib/bloom_api/provider.rb', line 53

def other_name_type
  @raw_provider['other_name_type']
end