Class: Azure::BaseManagement::Location
- Inherits:
-
Object
- Object
- Azure::BaseManagement::Location
- Defined in:
- lib/azure/base_management/location.rb
Instance Attribute Summary collapse
-
#available_services ⇒ Object
Returns the value of attribute available_services.
-
#name ⇒ Object
Returns the value of attribute name.
-
#role_sizes ⇒ Object
Returns the value of attribute role_sizes.
Instance Method Summary collapse
-
#initialize {|_self| ... } ⇒ Location
constructor
A new instance of Location.
Constructor Details
#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 |
Instance Attribute Details
#available_services ⇒ Object
Returns the value of attribute available_services.
20 21 22 |
# File 'lib/azure/base_management/location.rb', line 20 def available_services @available_services end |
#name ⇒ Object
Returns the value of attribute name.
20 21 22 |
# File 'lib/azure/base_management/location.rb', line 20 def name @name end |
#role_sizes ⇒ Object
Returns the value of attribute role_sizes.
20 21 22 |
# File 'lib/azure/base_management/location.rb', line 20 def role_sizes @role_sizes end |