Create a new instance of the Service
Parameters:
The hostname. (optional, Default empty)
options including :client (optional, Default {})
26 27 28 29
# File 'lib/azure/core/service.rb', line 26 def initialize(host='', options = {}) @host = host @client = options[:client] || Azure end