Class: AdCenterWrapper::AdGroupReportScope
- Inherits:
-
Object
- Object
- AdCenterWrapper::AdGroupReportScope
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8AdGroupReportScope
parentAccountId - SOAP::SOAPLong
parentCampaignId - SOAP::SOAPLong
adGroupId - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
-
#parentAccountId ⇒ Object
Returns the value of attribute parentAccountId.
-
#parentCampaignId ⇒ Object
Returns the value of attribute parentCampaignId.
Instance Method Summary collapse
-
#initialize(parentAccountId = nil, parentCampaignId = nil, adGroupId = nil) ⇒ AdGroupReportScope
constructor
A new instance of AdGroupReportScope.
Constructor Details
permalink #initialize(parentAccountId = nil, parentCampaignId = nil, adGroupId = nil) ⇒ AdGroupReportScope
Returns a new instance of AdGroupReportScope.
810 811 812 813 814 |
# File 'lib/ReportingService.rb', line 810 def initialize(parentAccountId = nil, parentCampaignId = nil, adGroupId = nil) @parentAccountId = parentAccountId @parentCampaignId = parentCampaignId @adGroupId = adGroupId end |
Instance Attribute Details
permalink #adGroupId ⇒ Object
Returns the value of attribute adGroupId.
808 809 810 |
# File 'lib/ReportingService.rb', line 808 def adGroupId @adGroupId end |
permalink #parentAccountId ⇒ Object
Returns the value of attribute parentAccountId.
806 807 808 |
# File 'lib/ReportingService.rb', line 806 def parentAccountId @parentAccountId end |
permalink #parentCampaignId ⇒ Object
Returns the value of attribute parentCampaignId.
807 808 809 |
# File 'lib/ReportingService.rb', line 807 def parentCampaignId @parentCampaignId end |