A helper class for manipulation with `availability_zone` 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/availability_zone.rb, line 12 def initialize schema, term = Occi::InfrastructureExt::Constants::AVAILABILITY_ZONE_MIXIN.split('#') super term: term, schema: "#{schema}#", title: TITLE end