41 42 43
# File 'lib/billogram.rb', line 41 def client @client ||= Client.new(username, password, base_uri) end