class CtmSms::Constants

Constants

ENDPOINT
SEND_SMS_PATH

Public Class Methods

construct_api_endpoint(path) click to toggle source
# File lib/ctm_sms/constants.rb, line 8
def self.construct_api_endpoint(path)
  ENDPOINT + path
end