Class: Azure::Profiles::Latest::Locks::Mgmt::LocksClass
- Inherits:
-
Object
- Object
- Azure::Profiles::Latest::Locks::Mgmt::LocksClass
- Defined in:
- lib/latest/modules/locks_profile_module.rb
Overview
Locks
Defined Under Namespace
Classes: ModelClasses
Instance Attribute Summary collapse
-
#base_url ⇒ Object
readonly
Returns the value of attribute base_url.
-
#configurable ⇒ Object
readonly
Returns the value of attribute configurable.
-
#management_locks ⇒ Object
readonly
Returns the value of attribute management_locks.
-
#model_classes ⇒ Object
readonly
Returns the value of attribute model_classes.
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(configurable, base_url = nil, options = nil) ⇒ LocksClass
constructor
A new instance of LocksClass.
Constructor Details
#initialize(configurable, base_url = nil, options = nil) ⇒ LocksClass
Returns a new instance of LocksClass.
24 25 26 27 28 29 30 31 32 33 34 |
# File 'lib/latest/modules/locks_profile_module.rb', line 24 def initialize(configurable, base_url=nil, =nil) @configurable, @base_url, @options = configurable, base_url, client_0 = Azure::Locks::Mgmt::V2016_09_01::ManagementLockClient.new(configurable.credentials, base_url, ) if(client_0.respond_to?(:subscription_id)) client_0.subscription_id = configurable.subscription_id end @management_locks = client_0.management_locks @model_classes = ModelClasses.new end |
Instance Attribute Details
#base_url ⇒ Object (readonly)
Returns the value of attribute base_url.
22 23 24 |
# File 'lib/latest/modules/locks_profile_module.rb', line 22 def base_url @base_url end |
#configurable ⇒ Object (readonly)
Returns the value of attribute configurable.
22 23 24 |
# File 'lib/latest/modules/locks_profile_module.rb', line 22 def configurable @configurable end |
#management_locks ⇒ Object (readonly)
Returns the value of attribute management_locks.
22 23 24 |
# File 'lib/latest/modules/locks_profile_module.rb', line 22 def management_locks @management_locks end |
#model_classes ⇒ Object (readonly)
Returns the value of attribute model_classes.
22 23 24 |
# File 'lib/latest/modules/locks_profile_module.rb', line 22 def model_classes @model_classes end |
#options ⇒ Object (readonly)
Returns the value of attribute options.
22 23 24 |
# File 'lib/latest/modules/locks_profile_module.rb', line 22 def @options end |