Class: Azure::Storage::Common::Service::GeoReplication

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of GeoReplication.

Yields:

  • (_self)

Yield Parameters:



30
31
32
33
34
# 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

Instance Attribute Details

#last_sync_timeObject

Returns the value of attribute last_sync_time.



37
38
39
# File 'lib/azure/storage/common/service/geo_replication.rb', line 37

def last_sync_time
  @last_sync_time
end

#statusObject

Returns the value of attribute status.



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

def status
  @status
end