class Azure::Storage::Common::Service::GeoReplication

Attributes

last_sync_time[RW]
status[RW]

Public Class Methods

new() { |self| ... } click to toggle source
# File lib/azure/storage/common/service/geo_replication.rb, line 30
def initialize
  @status = nil
  @last_sync_time = nil
  yield self if block_given?
end