Class: AdWords::V200909::AdGroupAdService::AdGroupAdPage

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

Overview

AdGroupAdPage

  • totalNumEntries - SOAP::SOAPInt

  • page_Type - SOAP::SOAPString

  • entries - AdWords::V200909::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.



2050
2051
2052
2053
2054
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 2050

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.



2048
2049
2050
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 2048

def entries
  @entries
end

#page_TypeObject

Returns the value of attribute page_Type.



2047
2048
2049
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 2047

def page_Type
  @page_Type
end

#totalNumEntriesObject

Returns the value of attribute totalNumEntries.



2046
2047
2048
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 2046

def totalNumEntries
  @totalNumEntries
end