Class: Azure::Storage::Common::Service::StorageServiceStats
- Inherits:
-
Object
- Object
- Azure::Storage::Common::Service::StorageServiceStats
- Defined in:
- lib/azure/storage/common/service/storage_service_stats.rb
Instance Attribute Summary collapse
-
#geo_replication ⇒ Object
Returns the value of attribute geo_replication.
Instance Method Summary collapse
-
#initialize {|_self| ... } ⇒ StorageServiceStats
constructor
A new instance of StorageServiceStats.
Constructor Details
#initialize {|_self| ... } ⇒ StorageServiceStats
Returns a new instance of StorageServiceStats.
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_replication ⇒ Object
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 |