Class: AdCenterWrapper::GetAdsByIdsResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/adcenter_wrapper_entities.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ads = nil) ⇒ GetAdsByIdsResponse

Returns a new instance of GetAdsByIdsResponse.



2189
2190
2191
# File 'lib/adcenter_wrapper_entities.rb', line 2189

def initialize(ads = nil)
  @ads = ads
end

Instance Attribute Details

#adsObject

Returns the value of attribute ads.



2187
2188
2189
# File 'lib/adcenter_wrapper_entities.rb', line 2187

def ads
  @ads
end