Method: Deltacloud::Helpers::Database#provides?

Defined in:
lib/cimi/helpers/database_helper.rb

#provides?(entity) ⇒ Boolean

Returns:

  • (Boolean)


27
28
29
# File 'lib/cimi/helpers/database_helper.rb', line 27

def provides?(entity)
  DATABASE_COLLECTIONS.include? entity.to_s
end