Class: AdCenterWrapper::CampaignReportScope
- Inherits:
-
Object
- Object
- AdCenterWrapper::CampaignReportScope
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7CampaignReportScope
parentAccountId - SOAP::SOAPLong
campaignId - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#campaignId ⇒ Object
Returns the value of attribute campaignId.
-
#parentAccountId ⇒ Object
Returns the value of attribute parentAccountId.
Instance Method Summary collapse
-
#initialize(parentAccountId = nil, campaignId = nil) ⇒ CampaignReportScope
constructor
A new instance of CampaignReportScope.
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
#campaignId ⇒ Object
Returns the value of attribute campaignId.
5971 5972 5973 |
# File 'lib/adcenter_wrapper_entities.rb', line 5971 def campaignId @campaignId end |
#parentAccountId ⇒ Object
Returns the value of attribute parentAccountId.
5970 5971 5972 |
# File 'lib/adcenter_wrapper_entities.rb', line 5970 def parentAccountId @parentAccountId end |