flant/superhosting

View on GitHub
lib/superhosting/composite_mapper/container.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Superhosting
  module CompositeMapper
    class Container < Base
      def config
        lib.config
      end

      def container_name
        etc.name
      end
    end
  end
end