Sha256: 2e581678fca7dc159d71db95190487968f8e71dd25d363140239d53cf9a73f30

Contents?: true

Size: 415 Bytes

Versions: 1

Compression:

Stored size: 415 Bytes

Contents

# frozen_string_literal: true

# This module exposes the endpoints covered by this client.
module Sms77::Endpoint
  ANALYTICS = 'analytics'
  BALANCE = 'balance'
  CONTACTS = 'contacts'
  HOOKS = 'hooks'
  JOURNAL = 'journal'
  LOOKUP = 'lookup'
  PRICING = 'pricing'
  SMS = 'sms'
  STATUS = 'status'
  SUBACCOUNTS = 'subaccounts'
  VALIDATE_FOR_VOICE = 'validate_for_voice'
  VOICE = 'voice'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sms77-0.5.0 lib/sms77/endpoint.rb