Method: Azure::Service::StorageServiceProperties#initialize
- Defined in:
- lib/azure/service/storage_service_properties.rb
#initialize {|_self| ... } ⇒ StorageServiceProperties
Returns a new instance of StorageServiceProperties.
21 22 23 24 25 |
# File 'lib/azure/service/storage_service_properties.rb', line 21 def initialize @logging = Logging.new @metrics = Metrics.new yield self if block_given? end |