class Naver::Searchad::Api::RelatedKeywordStat::Service

Public Class Methods

new() click to toggle source
# File lib/naver/searchad/api/related-keyword-stat/service.rb, line 9
def initialize
  super('https://api.naver.com/', '')
end

Public Instance Methods

list_stats(options: nil, &block) click to toggle source
# File lib/naver/searchad/api/related-keyword-stat/service.rb, line 13
def list_stats(options: nil, &block)
  command = make_command(:get, 'keywordstool', options)
  execute_command(command, &block)
end