Method: Azure::StorageManagement::StorageAccount#initialize
- Defined in:
- lib/azure/storage_management/storage_account.rb
#initialize {|_self| ... } ⇒ StorageAccount
Returns a new instance of StorageAccount.
19 20 21 |
# File 'lib/azure/storage_management/storage_account.rb', line 19 def initialize yield self if block_given? end |