Method: Vonage::NumberInsight#standard
- Defined in:
- lib/vonage/number_insight.rb
#standard(params) ⇒ Response
Provides standard number insight information about a number.
57 58 59 60 61 62 63 |
# File 'lib/vonage/number_insight.rb', line 57 def standard(params) response = request('/ni/standard/json', params: params) raise ServiceError.new(response: response), response[:status_message] unless response.status.zero? response end |