RankVectors::ImplementationRequest Properties Name Type Description Notes suggestion_ids Array<String> Array of suggestion IDs to implement platform String Platform type credentials CustomCredentials skip_content_verification Boolean Skip content change detection [optional][default to false] implementation_method String Implementation method [optional][default to 'api'] Example require 'rankvectors' instance = RankVectors::ImplementationRequest.new( suggestion_ids: ["sugg-1","sugg-2"], platform: custom, credentials: null, skip_content_verification: false, implementation_method: api )