nerionavea/SMSGateway

View on GitHub
lib/sms_gateway/url.rb

Summary

Maintainability
A
0 mins
Test Coverage
module SMSGateway
  class URL 
    def self.send_sms_uri
      URI('http://smsgateway.me/api/v3/messages/send')   
    end
  end
end