16 17 18 19 20
# File 'lib/arux_app/api.rb', line 16 def uri(subdomain:) URI::HTTPS.build( host: [subdomain, domain].join('.'), ) end