27 28 29
# File 'lib/billogram.rb', line 27 def client @client ||= Client.new(username, password, base_uri) end