Class: AdCenterWrapper::PlacementDetail

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

Overview

https://adcenter.microsoft.com/v8PlacementDetail

impressionsRangePerDay - AdCenterWrapper::ImpressionsPerDayRange
pathName - SOAP::SOAPString
placementId - SOAP::SOAPLong
supportedMediaTypes - AdCenterWrapper::ArrayOfMediaType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(impressionsRangePerDay = nil, pathName = nil, placementId = nil, supportedMediaTypes = nil) ⇒ PlacementDetail

Returns a new instance of PlacementDetail.

[View source]

447
448
449
450
451
452
# File 'lib/CampaignManagementService.rb', line 447

def initialize(impressionsRangePerDay = nil, pathName = nil, placementId = nil, supportedMediaTypes = nil)
  @impressionsRangePerDay = impressionsRangePerDay
  @pathName = pathName
  @placementId = placementId
  @supportedMediaTypes = supportedMediaTypes
end

Instance Attribute Details

#impressionsRangePerDayObject

Returns the value of attribute impressionsRangePerDay.


442
443
444
# File 'lib/CampaignManagementService.rb', line 442

def impressionsRangePerDay
  @impressionsRangePerDay
end

#pathNameObject

Returns the value of attribute pathName.


443
444
445
# File 'lib/CampaignManagementService.rb', line 443

def pathName
  @pathName
end

#placementIdObject

Returns the value of attribute placementId.


444
445
446
# File 'lib/CampaignManagementService.rb', line 444

def placementId
  @placementId
end

#supportedMediaTypesObject

Returns the value of attribute supportedMediaTypes.


445
446
447
# File 'lib/CampaignManagementService.rb', line 445

def supportedMediaTypes
  @supportedMediaTypes
end