Class: Azure::Storage::Common::Service::GeoReplication
- Inherits:
-
Object
- Object
- Azure::Storage::Common::Service::GeoReplication
- Defined in:
- lib/azure/storage/common/service/geo_replication.rb
Instance Attribute Summary collapse
-
#last_sync_time ⇒ Object
Returns the value of attribute last_sync_time.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize {|_self| ... } ⇒ GeoReplication
constructor
A new instance of GeoReplication.
Constructor Details
#initialize {|_self| ... } ⇒ GeoReplication
Returns a new instance of GeoReplication.
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_time ⇒ Object
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 |
#status ⇒ Object
Returns the value of attribute status.
36 37 38 |
# File 'lib/azure/storage/common/service/geo_replication.rb', line 36 def status @status end |