Class: Azure::Profiles::V2017_03_09::Locks::Mgmt::LocksClass
- Inherits:
-
Object
- Object
- Azure::Profiles::V2017_03_09::Locks::Mgmt::LocksClass
- Defined in:
- lib/v2017_03_09/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
23 24 25 26 27 28 29 30 31 32 33 |
# File 'lib/v2017_03_09/modules/locks_profile_module.rb', line 23 def initialize(configurable, base_url=nil, =nil) @configurable, @base_url, = configurable, base_url, client_0 = Azure::Locks::Mgmt::V2015_01_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.
21 22 23 |
# File 'lib/v2017_03_09/modules/locks_profile_module.rb', line 21 def base_url @base_url end |
#configurable ⇒ Object (readonly)
Returns the value of attribute configurable.
21 22 23 |
# File 'lib/v2017_03_09/modules/locks_profile_module.rb', line 21 def configurable @configurable end |
#management_locks ⇒ Object (readonly)
Returns the value of attribute management_locks.
21 22 23 |
# File 'lib/v2017_03_09/modules/locks_profile_module.rb', line 21 def management_locks @management_locks end |
#model_classes ⇒ Object (readonly)
Returns the value of attribute model_classes.
21 22 23 |
# File 'lib/v2017_03_09/modules/locks_profile_module.rb', line 21 def model_classes @model_classes end |
#options ⇒ Object (readonly)
Returns the value of attribute options.
21 22 23 |
# File 'lib/v2017_03_09/modules/locks_profile_module.rb', line 21 def end |