Sha256: f68d20ea7b725a2f90228095b7782a521f20aabd2a5ea17aa9a78f359596325a
Contents?: true
Size: 235 Bytes
Versions: 1
Compression:
Stored size: 235 Bytes
Contents
# frozen_string_literal: true module CtmSms class Constants ENDPOINT = 'https://emg.ctm-mobile.com:10081' SEND_SMS_PATH = '/servlet/SendSMS' def self.construct_api_endpoint(path) ENDPOINT + path end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ctm_sms-0.1.0 | lib/ctm_sms/constants.rb |