Class: Azure::StorageManagement::StorageAccountKeys
- Inherits:
-
Object
- Object
- Azure::StorageManagement::StorageAccountKeys
- Defined in:
- lib/azure/storage_management/storage_account.rb
Overview
Represents Windows Azure storage account keys
Instance Attribute Summary collapse
-
#primary_key ⇒ Object
Returns the value of attribute primary_key.
-
#secondary_key ⇒ Object
Returns the value of attribute secondary_key.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#primary_key ⇒ Object
Returns the value of attribute primary_key.
44 45 46 |
# File 'lib/azure/storage_management/storage_account.rb', line 44 def primary_key @primary_key end |
#secondary_key ⇒ Object
Returns the value of attribute secondary_key.
45 46 47 |
# File 'lib/azure/storage_management/storage_account.rb', line 45 def secondary_key @secondary_key end |
#url ⇒ Object
Returns the value of attribute url.
43 44 45 |
# File 'lib/azure/storage_management/storage_account.rb', line 43 def url @url end |