Class: AdWords::V201008::AdGroupAdService::AdGroupAdPage

Inherits:
Page
  • Object
show all
Defined in:
lib/adwords4r/v201008/AdGroupAdService.rb

Overview

AdGroupAdPage

  • totalNumEntries - SOAP::SOAPInt

  • page_Type - SOAP::SOAPString

  • entries - AdWords::V201008::AdGroupAdService::AdGroupAd

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(totalNumEntries = nil, page_Type = nil, entries = []) ⇒ AdGroupAdPage

Returns a new instance of AdGroupAdPage.



2373
2374
2375
2376
2377
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2373

def initialize(totalNumEntries = nil, page_Type = nil, entries = [])
  @totalNumEntries = totalNumEntries
  @page_Type = page_Type
  @entries = entries
end

Instance Attribute Details

#entriesObject

Returns the value of attribute entries.



2371
2372
2373
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2371

def entries
  @entries
end

#page_TypeObject

Returns the value of attribute page_Type.



2370
2371
2372
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2370

def page_Type
  @page_Type
end

#totalNumEntriesObject

Returns the value of attribute totalNumEntries.



2369
2370
2371
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2369

def totalNumEntries
  @totalNumEntries
end