Class: Azure::Storage::Common::Service::StorageServiceStats

Inherits:
Object
  • Object
show all
Defined in:
lib/azure/storage/common/service/storage_service_stats.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize {|_self| ... } ⇒ StorageServiceStats

Returns a new instance of StorageServiceStats.

Yields:

  • (_self)

Yield Parameters:



31
32
33
34
# File 'lib/azure/storage/common/service/storage_service_stats.rb', line 31

def initialize
  @geo_replication = GeoReplication.new
  yield self if block_given?
end

Instance Attribute Details

#geo_replicationObject

Returns the value of attribute geo_replication.



36
37
38
# File 'lib/azure/storage/common/service/storage_service_stats.rb', line 36

def geo_replication
  @geo_replication
end