Class: Armrest::Services::Base

Inherits:
Object
  • Object
show all
Extended by:
Memoist
Includes:
Api::Mods
Defined in:
lib/armrest/services/base.rb

Instance Method Summary collapse

Methods included from Api::Settings

#client_id, #client_secret, #endpoint, #group, #location, #resource, #subscription_id, #tenant_id

Methods included from Api::HandleResponse

#load_json, #ok?

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={})
  @options = options
end