Class: TelesignEnterprise::ScoreClient

Inherits:
Telesign::ScoreClient
  • Object
show all
Defined in:
lib/telesignenterprise/score.rb

Overview

Score provides risk information about a specified phone number.

Instance Method Summary collapse

Constructor Details

#initialize(customer_id, api_key, rest_endpoint: 'https://rest-ww.telesign.com', timeout: nil) ⇒ ScoreClient

Returns a new instance of ScoreClient.



8
9
10
11
12
13
14
15
16
17
# File 'lib/telesignenterprise/score.rb', line 8

def initialize(customer_id,
               api_key,
               rest_endpoint: 'https://rest-ww.telesign.com',
               timeout: nil)

  super(customer_id,
        api_key,
        rest_endpoint: rest_endpoint,
        timeout: timeout)
end