class Azure::Storage::Common::Service::StorageServiceStats
Attributes
geo_replication[RW]
Public Class Methods
new() { |self| ... }
click to toggle source
# File lib/azure/storage/common/service/storage_service_stats.rb, line 31 def initialize @geo_replication = GeoReplication.new yield self if block_given? end