Class: AdCenterWrapper::PlacementDetail
- Inherits:
-
Object
- Object
- AdCenterWrapper::PlacementDetail
- 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
-
#impressionsRangePerDay ⇒ Object
Returns the value of attribute impressionsRangePerDay.
-
#pathName ⇒ Object
Returns the value of attribute pathName.
-
#placementId ⇒ Object
Returns the value of attribute placementId.
-
#supportedMediaTypes ⇒ Object
Returns the value of attribute supportedMediaTypes.
Instance Method Summary collapse
-
#initialize(impressionsRangePerDay = nil, pathName = nil, placementId = nil, supportedMediaTypes = nil) ⇒ PlacementDetail
constructor
A new instance of PlacementDetail.
Constructor Details
permalink #initialize(impressionsRangePerDay = nil, pathName = nil, placementId = nil, supportedMediaTypes = nil) ⇒ PlacementDetail
Returns a new instance of PlacementDetail.
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
permalink #impressionsRangePerDay ⇒ Object
Returns the value of attribute impressionsRangePerDay.
442 443 444 |
# File 'lib/CampaignManagementService.rb', line 442 def impressionsRangePerDay @impressionsRangePerDay end |
permalink #pathName ⇒ Object
Returns the value of attribute pathName.
443 444 445 |
# File 'lib/CampaignManagementService.rb', line 443 def pathName @pathName end |
permalink #placementId ⇒ Object
Returns the value of attribute placementId.
444 445 446 |
# File 'lib/CampaignManagementService.rb', line 444 def placementId @placementId end |
permalink #supportedMediaTypes ⇒ Object
Returns the value of attribute supportedMediaTypes.
445 446 447 |
# File 'lib/CampaignManagementService.rb', line 445 def supportedMediaTypes @supportedMediaTypes end |