Class: Armrest::Services::Base
- Inherits:
-
Object
- Object
- Armrest::Services::Base
- Extended by:
- Memoist
- Includes:
- Api::Mods
- Defined in:
- lib/armrest/services/base.rb
Direct Known Subclasses
BlobContainer, BlobService, KeyVault::Base, ResourceGroup, StorageAccount
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Base
constructor
A new instance of Base.
Methods included from Api::Settings
#client_id, #client_secret, #endpoint, #group, #location, #resource, #subscription_id, #tenant_id
Methods included from Api::HandleResponse
Methods included from Logging
#default_logger, #logger, #logger=
Constructor Details
#initialize(options = {}) ⇒ Base
Returns a new instance of Base.
6 7 8 |
# File 'lib/armrest/services/base.rb', line 6 def initialize(={}) @options = end |