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