Returns a new instance of Client.
5 6 7
# File 'lib/pwush/client.rb', line 5 def initialize(options) @config = Config.new(options) end