Method: Azure::BaseManagement::Location#initialize
- Defined in:
- lib/azure/base_management/location.rb
#initialize {|_self| ... } ⇒ Location
Returns a new instance of Location.
22 23 24 |
# File 'lib/azure/base_management/location.rb', line 22 def initialize yield self if block_given? end |