Class: AdCenterWrapper::GetNetworksByAdGroupIdsResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetNetworksByAdGroupIdsResponse
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7GetNetworksByAdGroupIdsResponse
adGroupNetworks - AdCenterWrapper::ArrayOfAdGroupNetwork
Instance Attribute Summary collapse
-
#adGroupNetworks ⇒ Object
Returns the value of attribute adGroupNetworks.
Instance Method Summary collapse
-
#initialize(adGroupNetworks = nil) ⇒ GetNetworksByAdGroupIdsResponse
constructor
A new instance of GetNetworksByAdGroupIdsResponse.
Constructor Details
#initialize(adGroupNetworks = nil) ⇒ GetNetworksByAdGroupIdsResponse
Returns a new instance of GetNetworksByAdGroupIdsResponse.
2082 2083 2084 |
# File 'lib/adcenter_wrapper_entities.rb', line 2082 def initialize(adGroupNetworks = nil) @adGroupNetworks = adGroupNetworks end |
Instance Attribute Details
#adGroupNetworks ⇒ Object
Returns the value of attribute adGroupNetworks.
2080 2081 2082 |
# File 'lib/adcenter_wrapper_entities.rb', line 2080 def adGroupNetworks @adGroupNetworks end |