Class: AdCenterWrapper::AdGroupNetwork

Inherits:
Object
  • Object
show all
Defined in:
lib/adcenter_wrapper_entities.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#adGroupIdObject

Returns the value of attribute adGroupId.



1570
1571
1572
# File 'lib/adcenter_wrapper_entities.rb', line 1570

def adGroupId
  @adGroupId
end

#networkObject

Returns the value of attribute network.



1571
1572
1573
# File 'lib/adcenter_wrapper_entities.rb', line 1571

def network
  @network
end