Method: BloomApi::Provider#taxonomy_groups
- Defined in:
- lib/bloom_api/provider.rb
#taxonomy_groups ⇒ Array
Returns an array of taxonomy groups for the provider.
99 100 101 102 103 |
# File 'lib/bloom_api/provider.rb', line 99 def taxonomy_groups unless @raw_provider['taxonomy_groups'].nil? @raw_provider['taxonomy_groups'].collect { |g| g['taxonomy']} end end |