Class: Epom::AdUnit

Inherits:
EpomElement show all
Defined in:
lib/epom/ad_unit.rb

Class Method Summary collapse

Methods inherited from EpomElement

generic_method, login, method_missing, params_validation, respond_to?

Class Method Details

.extended_methodsObject



6
7
8
9
10
11
12
13
14
# File 'lib/epom/ad_unit.rb', line 6

def self.extended_methods
  {
      :get_ad_unit_list => {
          :url => '/rest-api/adunit/list.do',
          :body_parameters => [:hash, :timestamp, :username],
          :method => :get
        }
  }
end

.replace_params_in_url(url, url_params) ⇒ Object



16
17
18
# File 'lib/epom/ad_unit.rb', line 16

def self.replace_params_in_url(url, url_params)
  url
end