Class: AdCenterWrapper::CampaignReportScope

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

Overview

https://adcenter.microsoft.com/v7CampaignReportScope

parentAccountId - SOAP::SOAPLong
campaignId - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(parentAccountId = nil, campaignId = nil) ⇒ CampaignReportScope

Returns a new instance of CampaignReportScope.



5973
5974
5975
5976
# File 'lib/adcenter_wrapper_entities.rb', line 5973

def initialize(parentAccountId = nil, campaignId = nil)
  @parentAccountId = parentAccountId
  @campaignId = campaignId
end

Instance Attribute Details

#campaignIdObject

Returns the value of attribute campaignId.



5971
5972
5973
# File 'lib/adcenter_wrapper_entities.rb', line 5971

def campaignId
  @campaignId
end

#parentAccountIdObject

Returns the value of attribute parentAccountId.



5970
5971
5972
# File 'lib/adcenter_wrapper_entities.rb', line 5970

def parentAccountId
  @parentAccountId
end