Class: CtmSms::Constants

Inherits:
Object
  • Object
show all
Defined in:
lib/ctm_sms/constants.rb

Constant Summary collapse

ENDPOINT =
'https://emg.ctm-mobile.com:10081'
SEND_SMS_PATH =
'/servlet/SendSMS'

Class Method Summary collapse

Class Method Details

.construct_api_endpoint(path) ⇒ Object



8
9
10
# File 'lib/ctm_sms/constants.rb', line 8

def self.construct_api_endpoint(path)
  ENDPOINT + path
end