Class: YandexApiDirect::CampaignParams

Inherits:
Hashr
  • Object
show all
Extended by:
YandexObject
Includes:
YandexObject
Defined in:
lib/yandex-api-direct/yandex_objects/campaign_param.rb

Class Method Summary collapse

Class Method Details

.find(params = {}) ⇒ Object

perform find call



12
13
14
# File 'lib/yandex-api-direct/yandex_objects/campaign_param.rb', line 12

def self.find params = {}
  new call_method("get_campaign_params", camelize_keys(params))[:data]
end