Class: AdCenterWrapper::AdGroupNetwork
- Inherits:
-
Object
- Object
- AdCenterWrapper::AdGroupNetwork
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
http://schemas.datacontract.org/2004/07/Microsoft.AdCenter.Advertiser.CampaignManagement.Api.DataContractsAdGroupNetwork
adGroupId - SOAP::SOAPLong
network - AdCenterWrapper::Network
Instance Attribute Summary collapse
-
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
-
#network ⇒ Object
Returns the value of attribute network.
Instance Method Summary collapse
-
#initialize(adGroupId = nil, network = nil) ⇒ AdGroupNetwork
constructor
A new instance of AdGroupNetwork.
Constructor Details
#initialize(adGroupId = nil, network = nil) ⇒ AdGroupNetwork
Returns a new instance of AdGroupNetwork.
1573 1574 1575 1576 |
# File 'lib/adcenter_wrapper_entities.rb', line 1573 def initialize(adGroupId = nil, network = nil) @adGroupId = adGroupId @network = network end |
Instance Attribute Details
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
1570 1571 1572 |
# File 'lib/adcenter_wrapper_entities.rb', line 1570 def adGroupId @adGroupId end |
#network ⇒ Object
Returns the value of attribute network.
1571 1572 1573 |
# File 'lib/adcenter_wrapper_entities.rb', line 1571 def network @network end |