lib/azure/core/service.rb in azure-0.7.0 vs lib/azure/core/service.rb in azure-0.7.1

- old
+ new

@@ -18,10 +18,10 @@ module Core # A base class for Service implementations class Service # Create a new instance of the Service - # + # # @param host [String] The hostname. (optional, Default empty) # @param options [Hash] options including {:client} (optional, Default {}) def initialize(host='', options = {}) @host = host @client = options[:client] || Azure \ No newline at end of file