lib/aixm/config.rb in aixm-0.3.10 vs lib/aixm/config.rb in aixm-0.3.11

- old
+ new

@@ -76,9 +76,10 @@ # @api private # @return [OpenStruct] def initialize_config @@config = OpenStruct.new( schema: :aixm, + voice_channel_separation: :any, mid: false, inflector: Dry::Inflector.new ) end