Class: AdCenterWrapper::AdGroupReportScope
- Inherits:
-
Object
- Object
- AdCenterWrapper::AdGroupReportScope
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7AdGroupReportScope
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
#initialize(parentAccountId = nil, parentCampaignId = nil, adGroupId = nil) ⇒ AdGroupReportScope
Returns a new instance of AdGroupReportScope.
5955 5956 5957 5958 5959 |
# File 'lib/adcenter_wrapper_entities.rb', line 5955 def initialize(parentAccountId = nil, parentCampaignId = nil, adGroupId = nil) @parentAccountId = parentAccountId @parentCampaignId = parentCampaignId @adGroupId = adGroupId end |
Instance Attribute Details
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
5953 5954 5955 |
# File 'lib/adcenter_wrapper_entities.rb', line 5953 def adGroupId @adGroupId end |
#parentAccountId ⇒ Object
Returns the value of attribute parentAccountId.
5951 5952 5953 |
# File 'lib/adcenter_wrapper_entities.rb', line 5951 def parentAccountId @parentAccountId end |
#parentCampaignId ⇒ Object
Returns the value of attribute parentCampaignId.
5952 5953 5954 |
# File 'lib/adcenter_wrapper_entities.rb', line 5952 def parentCampaignId @parentCampaignId end |