fog/fog-azure-rm

View on GitHub
lib/fog/azurerm/models/storage/kind.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module Fog
  module ARM
    module Storage
      module Models
        module Kind
          Storage = 'Storage'.freeze
          BlobStorage = 'BlobStorage'.freeze
        end
      end
    end
  end
end