class AddressFinder::V1::Phone::Verification
Attributes
Public Class Methods
Source
# File lib/addressfinder/v1/phone/verification.rb, line 9 def initialize(phone_number:, default_country_code:, http:, **args) params = {phone_number: phone_number, default_country_code: default_country_code}.merge(args) super(params: params, path: "/api/phone/v1/verification", http: http) end
Calls superclass method
AddressFinder::V1::Base::new