class Occi::InfrastructureExt::Mixins::AvailabilityZone

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>

Constants

TITLE

Public Class Methods

new() click to toggle source

See `Occi::Core::Mixin` and `Occi::Core::Category`

Calls superclass method Occi::Core::Category.new
# 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