Class: AdWords::V200909::AdGroupService::AdGroupPage

Inherits:
Page
  • Object
show all
Defined in:
lib/adwords4r/v200909/AdGroupService.rb

Overview

AdGroupPage

  • totalNumEntries - SOAP::SOAPInt

  • page_Type - SOAP::SOAPString

  • entries - AdWords::V200909::AdGroupService::AdGroup

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AdGroupPage.



922
923
924
925
926
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 922

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.



920
921
922
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 920

def entries
  @entries
end

#page_TypeObject

Returns the value of attribute page_Type.



919
920
921
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 919

def page_Type
  @page_Type
end

#totalNumEntriesObject

Returns the value of attribute totalNumEntries.



918
919
920
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 918

def totalNumEntries
  @totalNumEntries
end