A helper class for manipulation with `floatingippool` parent mixin. Doesn't provide any additional functionality aside from the class name.
@author Boris Parak <parak@cesnet.cz>
See `Occi::Core::Mixin` and `Occi::Core::Category`
# File lib/occi/infrastructure_ext/mixins/floatingippool.rb, line 12 def initialize schema, term = Occi::InfrastructureExt::Constants::FLOATINGIPPOOL_MIXIN.split('#') super term: term, schema: "#{schema}#", title: TITLE end